Class UserAuthorizedClientRelationships

Relationships for a user authorized client.

Hierarchy

  • UserAuthorizedClientRelationships

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Relationship to the OAuth2 client that was authorized.

Relationship to the scopes granted to the OAuth2 client.

Relationship to the user who granted this authorization.

Generated using TypeDoc