TokenResponse class

OAuth token grant

Constructors

TokenResponse({required String accessToken, required String idToken, required String tokenType, required int expiresIn})

Properties

accessToken String
OAuth token grant
getter/setter pair
expiresIn int
expiration of the accessToken
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String
OIDC JWT token grant
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenType String
type such as "Bearer"
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited