OAuth2ClientTokenLifespans class abstract

Lifespans of different token types issued for this OAuth 2.0 Client.

Properties:

Annotations
  • @BuiltValue()

Constructors

OAuth2ClientTokenLifespans([void updates(dynamic b)])
factory

Properties

authorizationCodeGrantAccessTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
authorizationCodeGrantIdTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
authorizationCodeGrantRefreshTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
clientCredentialsGrantAccessTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
hashCode int
The hash code for this object.
no setterinherited
implicitGrantAccessTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
implicitGrantIdTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
jwtBearerGrantAccessTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
refreshTokenGrantAccessTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
refreshTokenGrantIdTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
refreshTokenGrantRefreshTokenLifespan String?
Specify a time duration in milliseconds, seconds, minutes, hours.
no setter
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
rebuild(dynamic updates(dynamic)) OAuth2ClientTokenLifespans
Rebuilds the instance.
inherited
toBuilder() → dynamic
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<OAuth2ClientTokenLifespans>
no setter