TokenValidityUnitsType class

The data type for TokenValidityUnits that specifics the time measurements for token validity.

Constructors

TokenValidityUnitsType({TimeUnitsType? accessToken, TimeUnitsType? idToken, TimeUnitsType? refreshToken})
TokenValidityUnitsType.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken TimeUnitsType?
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to hours.
final
hashCode int
The hash code for this object.
no setterinherited
idToken TimeUnitsType?
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.
final
refreshToken TimeUnitsType?
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to days.
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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