BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.BBDUtility.Events.BBDAuthTokenSuccessEventArgs Class Reference

Occurs when a new BlackBerry Dynamics authentication token has been generated. More...

Inherits EventArgs.

Properties

string Token [get]
 String containing the token. More...
 

Detailed Description

Occurs when a new BlackBerry Dynamics authentication token has been generated.

Token generation is always in response to a call to the IBBDUtility.GetBBDAuthToken(string, string) function.

The function that is invoked could initiate sending of the token to the application server, out of band. The application server will then be able to utilize the token to authenticate the end user.

Property Documentation

◆ Token

string BBDXamarinForms.Common.Interfaces.BBDUtility.Events.BBDAuthTokenSuccessEventArgs.Token
get

String containing the token.

The token.