XSTSResponse class

Annotations
  • @JsonSerializable()

Constructors

XSTSResponse.new({required String issueInstant, required String notAfter, required String token, required XSTSDisplayClaims displayClaims})
const
XSTSResponse.fromJson(Map<String, dynamic> json)
Converts a JSON map to a XSTSResponse.
factory

Properties

displayClaims XSTSDisplayClaims
final
hashCode int
The hash code for this object.
no setterinherited
issueInstant String
final
notAfter String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final

Methods

copyWith({String? issueInstant, String? notAfter, String? token, XSTSDisplayClaims? displayClaims}) XSTSResponse
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this XSTSResponse to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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