Introspect returns the current user’s principle_id, user_id and a list of roles, permissions, and enabled features.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
IntrospectResponse contains information about the current user who is authenticated.
IntrospectResponse contains information about the current user who is authenticated.
The list of feature flags enabled for the tenant the logged in user belongs to.
The list of permissions that the current logged in user has.
The principleID of the current logged in user.
The list of roles that the current logged in user has.
The userID of the current logged in user.