AuthenticationResponse class

Returned from user authentication calls.

Constructors

AuthenticationResponse(DescopeToken sessionToken, DescopeToken refreshToken, bool isFirstAuthentication, DescopeUser user)

Properties

hashCode int
The hash code for this object.
no setterinherited
isFirstAuthentication bool
Whether this the user's first authentication.
final
refreshToken DescopeToken
The refresh token is used to refresh expired session tokens.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionToken DescopeToken
The user's session token is used to perform authorized backend requests.
final
user DescopeUser
Information about the user.
final

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