IapTokenInfo class final
The token information that can be used by clients, in exchange for user credentials, to access Identity-Aware Proxy (IAP).
- Implemented types
Properties
- accessToken → String
-
The access token to be used to make an authenticated request.
no setter
- expirationDate → DateTime
-
The access token expiration date.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- idToken → String
-
The ID Token is a security token that includes claims regarding the
authentication of an end-user by an authorization server when interacting
with a client.
no setter
- idTokenExpirationDate → DateTime
-
The ID token expiration date.
no setter
- refreshToken → String
-
The refresh token to be used to refresh the access and ID tokens.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
→ List<
String> -
A list of scopes that specifies the valid permissions associated with the
tokens.
no setter
- tokenType → String
-
The type of the token.
no setter
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.
override