InteractiveAuthorizationRequest class

Inheritance

Properties

additionalParameters Map<String, String>?
finalinherited
clientId String
finalinherited
clientSecret String?
finalinherited
codeChallenge String
final
codeVerifier String
final
configuration OpenIdConfiguration
finalinherited
grantType String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
popupHeight int
final
popupWidth int
final
prompts Iterable<String>?
finalinherited
redirectUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes Iterable<String>
finalinherited
useWebPopup bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, String>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create({required String clientId, String? clientSecret, required String redirectUrl, required Iterable<String> scopes, required OpenIdConfiguration configuration, required bool autoRefresh, String? loginHint, Iterable<String>? prompts, Map<String, String>? additionalParameters, int popupWidth = 640, int popupHeight = 600, bool useWebPopup = true}) Future<InteractiveAuthorizationRequest>
read: https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest