Skip to main content

QOAuthCreateClientInput

@quik/oauth-server


@quik/oauth-server / QOAuthCreateClientInput

Type Alias: QOAuthCreateClientInput

QOAuthCreateClientInput = object

Defined in: oauth-server/src/types.ts:22

Input used to create an OAuth client in management APIs.

Properties

allowedGrantTypes

allowedGrantTypes: QOAuthGrantType[]

Defined in: oauth-server/src/types.ts:30

Allowed grant types.


defaultScopes?

optional defaultScopes?: string[]

Defined in: oauth-server/src/types.ts:32

Optional default scopes.


id

id: string

Defined in: oauth-server/src/types.ts:24

OAuth client identifier.


redirectUris

redirectUris: string[]

Defined in: oauth-server/src/types.ts:28

Allowed redirect URIs.


type

type: QOAuthClientType

Defined in: oauth-server/src/types.ts:26

OAuth client type.