Click or drag to resize

SignInTypeExIsOAuth Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.SignInTypeEx.IsOAuth(BlackBerry.Workspaces.SignInType)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsOAuth(
	this SignInType st
)

Parameters

st
Type: BlackBerry.WorkspacesSignInType

[Missing <param name="st"/> documentation for "M:BlackBerry.Workspaces.SignInTypeEx.IsOAuth(BlackBerry.Workspaces.SignInType)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:BlackBerry.Workspaces.SignInTypeEx.IsOAuth(BlackBerry.Workspaces.SignInType)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SignInType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also