RefreshRequest class

Inheritance

Constructors

RefreshRequest({required String clientId, String? clientSecret, required Iterable<String> scopes, required String refreshToken, required OpenIdConfiguration configuration, Map<String, String>? additionalParameters, bool autoRefresh = true})

Properties

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

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