EndSessionRequest class

Constructors

EndSessionRequest({String? idTokenHint, String? postLogoutRedirectUrl, String? state, bool allowInsecureConnections = false, Map<String, String>? additionalParameters, String? issuer, String? discoveryUrl, AuthorizationServiceConfiguration? serviceConfiguration})

Properties

additionalParameters Map<String, String>?
final
allowInsecureConnections bool
Whether to allow non-HTTPS endpoints.
getter/setter pair
discoveryUrl String?
The URL of where the discovery document can be found.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
idTokenHint String?
Represents the ID token previously issued to the user.
final
issuer String?
The issuer.
getter/setter pairinherited
postLogoutRedirectUrl String?
Represents the URL to redirect to after the logout operation has been completed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceConfiguration AuthorizationServiceConfiguration?
The details of the OAuth 2.0 endpoints that can be explicitly provided when discovery isn't used or not possible.
getter/setter pairinherited
state String?
final

Methods

assertConfigurationInfo() → void
inherited
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