azuread_login_view library

Azure AD Login View

Provides one or more widgets to handle OAuth logins via Azure Active Directory.

Classes

AzureADLoginNavigationErrorHandlerContext
a context for an AzureADLoginNewTokensHandler function
AzureADLoginNewTokensHandlerContext
a context for an AzureADLoginNewTokensHandler function
AzureADLoginView
a widget, which handles a Azure AD login
AzureADLoginViewOptions
options for an AzureADLoginView widget instance
AzureADLoginViewOptionsBuilder
builder for an AzureADLoginViewOptions instance
AzureADTokens
stores a access token response from Azure AD
Defines the parameters of the pending navigation callback.

Enums

InitialAzureADLoginUri
known values which describe the initialUrl value for the underlying WebView of an AzureADLoginView widget
A decision on how to handle a navigation request.

Typedefs

AzureADLoginNavigationErrorHandler = NavigationDecision? Function(AzureADLoginNavigationErrorHandlerContext context)
an navigation error handler, which receive the error and the navigation context
AzureADLoginNewTokensHandler = NavigationDecision? Function(AzureADLoginNewTokensHandlerContext context)
handler, which is invoked after access token have been generated