GoogleIdentityStsV1IntrospectTokenResponse class

Response message for IntrospectToken.

Constructors

GoogleIdentityStsV1IntrospectTokenResponse({bool? active, String? clientId, String? exp, String? iat, String? iss, String? scope, String? sub, String? username})
GoogleIdentityStsV1IntrospectTokenResponse.fromJson(Map json_)

Properties

active bool?
A boolean value that indicates whether the provided access token is currently active.
getter/setter pair
clientId String?
The client identifier for the OAuth 2.0 client that requested the provided token.
getter/setter pair
exp String?
The expiration timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token will expire.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iat String?
The issued timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token was originally issued.
getter/setter pair
iss String?
The issuer of the provided token.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
A list of scopes associated with the provided token.
getter/setter pair
sub String?
The unique user ID associated with the provided token.
getter/setter pair
username String?
The human-readable identifier for the token principal subject.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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