CommonEndSessionRequest class abstract

Implementers

Constructors

CommonEndSessionRequest()

Properties

account AccountInfo?
Account object that will be logged out of.
getter/setter pair
correlationId String?
Unique GUID set per request to trace a request end-to-end for telemetry purposes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idTokenHint String?
ID Token used by B2C to validate logout if required by the policy.
getter/setter pair
postLogoutRedirectUri String?
URI to navigate to after logout page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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