BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.BBDUtility Namespace Reference

Classes

interface  IBBDUtility
 BlackBerry Dynamics utility for managing authentication tokens and identity. More...
 

Functions

delegate void BBDJWTokenCallback (string JWT, BBDJWTStatus status, int error)
 Callback for JWT retrieval. See GetEIDToken method. More...
 

Function Documentation

◆ BBDJWTokenCallback()

delegate void BBDXamarinForms.Common.Interfaces.BBDUtility.BBDJWTokenCallback ( string  JWT,
BBDJWTStatus  status,
int  error 
)

Callback for JWT retrieval. See GetEIDToken method.

Parameters
JWTIf successful a string containing the JWT. Empty otherwise.
statusA BBDJWTStatus value indicating the status of the request.
errorAn additional error parameter which may contain the HTTP status code of a server related failure, 0 on success.