IntrospectionResponse constructor
IntrospectionResponse({})
Returns a new IntrospectionResponse instance.
Implementation
IntrospectionResponse({
this.active,
this.scope,
this.clientId,
this.tokenType,
this.exp,
this.iat,
this.sub,
});