@valon-technologies/gestalt
Preparing search index...
services/authentication
IntrospectResponse
Interface IntrospectResponse
IntrospectResponse models RFC 7662 token introspection response fields.
interface
IntrospectResponse
{
active
:
boolean
;
subject
:
string
;
scope
:
string
;
clientId
:
string
;
audience
:
string
[]
;
}
Index
Properties
active
subject
scope
client
Id
audience
Properties
active
active
:
boolean
subject
subject
:
string
scope
scope
:
string
client
Id
clientId
:
string
audience
audience
:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
active
subject
scope
client
Id
audience
@valon-technologies/gestalt
Loading...
IntrospectResponse models RFC 7662 token introspection response fields.