Click or drag to resize

ISignInManagerGetOAuthAccessToken Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetOAuthAccessToken(System.String,System.String,System.String)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
string GetOAuthAccessToken(
	string accessRequestUri,
	string email = null,
	string refreshToken = null
)

Parameters

accessRequestUri
Type: SystemString

[Missing <param name="accessRequestUri"/> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetOAuthAccessToken(System.String,System.String,System.String)"]

email (Optional)
Type: SystemString

[Missing <param name="email"/> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetOAuthAccessToken(System.String,System.String,System.String)"]

refreshToken (Optional)
Type: SystemString

[Missing <param name="refreshToken"/> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetOAuthAccessToken(System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetOAuthAccessToken(System.String,System.String,System.String)"]

See Also