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

Provides data for ReAuthenticationResultEvent. More...

Inherits EventArgs.

Properties

string Token [get]
 The reauthentication token which can be used to associate with the initial request. More...
 
BBDReAuthResult Result [get]
 The reauthentication result. Denotes whether user was successfully authenticated and provides details of any error. See BBDReAuthResult. More...
 
BBDReAuthType Type [get]
 In case of successful reauthentication, returns Auth type user has used to complete authentication prompt, otherwise this will be the default value. See BBDReAuthType. More...
 

Detailed Description

Provides data for ReAuthenticationResultEvent.

Property Documentation

◆ Result

BBDReAuthResult BBDXamarinForms.Common.Interfaces.AuthenticationManager.Events.BBDReAuthenticationResultEventArgs.Result
get

The reauthentication result. Denotes whether user was successfully authenticated and provides details of any error. See BBDReAuthResult.

◆ Token

string BBDXamarinForms.Common.Interfaces.AuthenticationManager.Events.BBDReAuthenticationResultEventArgs.Token
get

The reauthentication token which can be used to associate with the initial request.

◆ Type

BBDReAuthType BBDXamarinForms.Common.Interfaces.AuthenticationManager.Events.BBDReAuthenticationResultEventArgs.Type
get

In case of successful reauthentication, returns Auth type user has used to complete authentication prompt, otherwise this will be the default value. See BBDReAuthType.