MSALInteractiveTokenParameters class

Constructors

MSALInteractiveTokenParameters({required List<String> scopes, Map<String, dynamic>? extraQueryParameters, String? correlationId, Uri? authority, List<String>? extraScopesToConsent, String? loginHint, MSALPromptType? promptType})

Properties

authority Uri?
getter/setter pair
correlationId String?
getter/setter pairinherited
extraQueryParameters Map<String, dynamic>?
getter/setter pairinherited
extraScopesToConsent List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loginHint String?
getter/setter pair
overrideAuthority Authority?
getter/setter pairinherited
promptType ↔ MSALPromptType?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
getter/setter pairinherited

Methods

copyWith({List<String>? scopes, Map<String, dynamic>? extraQueryParameters, String? correlationId, Uri? authority, List<String>? extraScopesToConsent, String? loginHint, MSALPromptType? promptType}) MSALInteractiveTokenParameters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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