OidcTokenResponse class

Implemented types

Constructors

OidcTokenResponse({String? accessToken, bool? authorizationPending, String? cNonce, int? cNonceExpiresIn, int? interval, String? refreshToken})
OidcTokenResponse.fromJson(dynamic data)

Properties

accessToken String?
getter/setter pair
authorizationPending bool?
getter/setter pair
cNonce String?
getter/setter pair
cNonceExpiresIn int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interval int?
getter/setter pair
refreshToken String?
getter/setter pair
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>
override
toString() String
A string representation of this object.
override

Operators

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