OidcTokenHookRequest class

Constructors

OidcTokenHookRequest.new({required OidcProviderMetadata metadata, required Uri tokenEndpoint, required OidcTokenRequest request, required OidcClientAuthentication? credentials, required Map<String, String>? headers, required OidcPlatformSpecificOptions? options, required Client? client})

Properties

client ↔ Client?
getter/setter pair
credentials OidcClientAuthentication?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
getter/setter pair
metadata OidcProviderMetadata
getter/setter pair
options OidcPlatformSpecificOptions?
getter/setter pair
request OidcTokenRequest
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenEndpoint Uri
getter/setter pair

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