IntrospectionRequest constructor
Returns a new IntrospectionRequest instance.
Implementation
IntrospectionRequest({
required this.token,
this.tokenTypeHint,
});
Returns a new IntrospectionRequest instance.
IntrospectionRequest({
required this.token,
this.tokenTypeHint,
});