Click or drag to resize
ISignInManager Interface
Interface for SignInManager

Namespace:  BlackBerry.Workspaces
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public interface ISignInManager

The ISignInManager type exposes the following members.

Properties
  NameDescription
Public propertyAccessUri
AccessUri
Public propertyAuthUri
AuthUri
Public propertyCustomizationValues
Customization values
Public propertyLastLoginResult
LastLoginResult
Public propertyLogoffUri
LogoffUri
Public propertyMultimodeUri
MultimodeUri
Public propertyRefreshToken
RefreshToken
Public propertyServerVersion
ServerVersion
Public propertySupportedMethod
SupportedMethod
Public propertyUserRooms
UserRooms
Top
Methods
  NameDescription
Public methodBringOAuthBrowserToFront
BringOAuthBrowserToFront
Public methodGetAutoSignInEmail
GetAutoSignInEmail
Public methodGetOAuthAccessToken
GetOAuthAccessToken
Public methodGetServiceAccountToken
A helper method for formulating an authorization token when using Service Accounts for user authentication.
Public methodGetSignInMethods
GetSignInMethods
Public methodGetUserFullName
GetUserFullName
Public methodGetVerifiedEmails
GetVerifiedEmails
Public methodGetVerifiedUsers
GetVerifiedUsers
Public methodIsAdminInRoom
IsAdminInRoom
Public methodIsAutoSignInOn
IsAutoSignInOn
Public methodIsEmailVerified
IsEmailVerified
Public methodLogOffOAuth
LogOffOAuth
Public methodOnSignInCompleted
OnSignInCompleted
Public methodSaveOption_AutoSignIn
SaveOption_AutoSignIn
Public methodStartSignupWizard
StartSignupWizard
Top
Events
  NameDescription
Public eventSignInCompleted
SignInCompleted
Top
See Also