AzureADLoginViewOptions class

options for an AzureADLoginView widget instance

Properties

clearCache bool
clear brwoser cache at the beginning or not
latefinal
clientId String
the client ID
latefinal
hashCode int
The hash code for this object.
no setterinherited
initialJavaScript String?
the JavaScript, which should be invoked initially
latefinal
initialUri InitialAzureADLoginUri
the initial URI
latefinal
isB2C bool
indicates if B2C scenario or not
latefinal
loginPolicy String
the name of the login policy, as defined in Azure
latefinal
onNavigationError AzureADLoginNavigationErrorHandler?
optional and custom error handler
latefinal
onNewTokens AzureADLoginNewTokensHandler
handler, that is invoked, when new tokens have been generated and received
latefinal
passwordResetPolicy String?
the name of the password reset policy, as defined in Azure
latefinal
redirectUri String
the redirect URI
latefinal
registerPolicy String?
the name of the register policy, as defined in Azure
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
latefinal
tenant String
the name / ID of the tenant
latefinal

Methods

getBaseUri() String
returns the base URI
getLoginUri() String
return the login URI
getLogoutUri() String
return the logout URI
getPasswordResetUri() String
return the password reset URI
getRegisterUri() String
return the register URI
getTokenUri() String
return the token URI
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited