Click or drag to resize

AuthenticationGetOrRefreshAccessTokenV30 Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public GetOrRefreshAccessTokenResponseJson GetOrRefreshAccessTokenV30(
	string client_id,
	string client_secret,
	string code,
	string grant_type,
	string redirect_uri,
	string refresh_token,
	HashSet scope
)

Parameters

client_id
Type: SystemString

[Missing <param name="client_id"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

client_secret
Type: SystemString

[Missing <param name="client_secret"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

grant_type
Type: SystemString

[Missing <param name="grant_type"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

redirect_uri
Type: SystemString

[Missing <param name="redirect_uri"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

refresh_token
Type: SystemString

[Missing <param name="refresh_token"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

scope
Type: System.Collections.GenericHashSetT

[Missing <param name="scope"/> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

Return Value

Type: GetOrRefreshAccessTokenResponseJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Authentication.GetOrRefreshAccessTokenV30(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.HashSet`1)"]

See Also