IntrospectionResponse constructor
IntrospectionResponse({})
Returns a new IntrospectionResponse instance.
Implementation
IntrospectionResponse({
required this.active,
this.aud = const [],
this.clientId,
this.exp,
this.ext,
this.iat,
this.iss,
this.nbf,
this.tokenType,
this.username,
this.sub,
this.jti,
});