Click or drag to resize

AuthenticationAuthorizeOAuth2V30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.AuthorizeOAuth2V30Async(System.String,System.String,System.String)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task AuthorizeOAuth2V30Async(
	string client_id,
	string redirect_uri,
	string response_type
)

Parameters

client_id
Type: SystemString

[Missing <param name="client_id"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.AuthorizeOAuth2V30Async(System.String,System.String,System.String)"]

redirect_uri
Type: SystemString

[Missing <param name="redirect_uri"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.AuthorizeOAuth2V30Async(System.String,System.String,System.String)"]

response_type
Type: SystemString

[Missing <param name="response_type"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.AuthorizeOAuth2V30Async(System.String,System.String,System.String)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.AuthorizeOAuth2V30Async(System.String,System.String,System.String)"]

See Also