BrowserAuthOptions class

Used to configure the auth options for a PublicClientApplication.

Constructors

BrowserAuthOptions()

Properties

authority String?
URI of the tenant to authenticate and authorize with.
getter/setter pair
authorityMetadata String?
Sets the OpenID configuration metadata for the configured authority.
getter/setter pair
clientCapabilities List<String>?
List of capabilities which will be added to the claims.access_token.xms_cc request property on every network request.
getter/setter pair
clientId String?
App ID of your application.
getter/setter pair
cloudDiscoveryMetadata String?
A string containing the cloud discovery response.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
knownAuthorities List<String>?
A list of URIs that are known to be valid.
getter/setter pair
Boolean indicating whether to navigate to the original request URL after the auth server navigates to the redirect URL.
getter/setter pair
postLogoutRedirectUri String?
The redirect URI where the window navigates after a successful logout.
getter/setter pair
protocolMode String?
Enum that represents the protocol that msal follows.
getter/setter pair
redirectUri String?
The redirect URI where authentication responses can be received by your application.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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