Click or drag to resize

ApiSessionStartSessionWithOAuth Method (Application, String, String, Boolean)

[Missing <summary> documentation for "M:BlackBerry.Workspaces.ApiSession.StartSessionWithOAuth(Xamarin.Forms.Application,System.String,System.String,System.Boolean)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public LoginResult StartSessionWithOAuth(
	Application app,
	string email,
	string refreshToken = null,
	bool showUiIfRefreshFails = false
)

Parameters

app
Type: Application

[Missing <param name="app"/> documentation for "M:BlackBerry.Workspaces.ApiSession.StartSessionWithOAuth(Xamarin.Forms.Application,System.String,System.String,System.Boolean)"]

email
Type: SystemString

[Missing <param name="email"/> documentation for "M:BlackBerry.Workspaces.ApiSession.StartSessionWithOAuth(Xamarin.Forms.Application,System.String,System.String,System.Boolean)"]

refreshToken (Optional)
Type: SystemString

[Missing <param name="refreshToken"/> documentation for "M:BlackBerry.Workspaces.ApiSession.StartSessionWithOAuth(Xamarin.Forms.Application,System.String,System.String,System.Boolean)"]

showUiIfRefreshFails (Optional)
Type: SystemBoolean

[Missing <param name="showUiIfRefreshFails"/> documentation for "M:BlackBerry.Workspaces.ApiSession.StartSessionWithOAuth(Xamarin.Forms.Application,System.String,System.String,System.Boolean)"]

Return Value

Type: LoginResult

[Missing <returns> documentation for "M:BlackBerry.Workspaces.ApiSession.StartSessionWithOAuth(Xamarin.Forms.Application,System.String,System.String,System.Boolean)"]

See Also