Skip to main content

QOAuthUpdateClientInput

@quik/oauth-server


@quik/oauth-server / QOAuthUpdateClientInput

Type Alias: QOAuthUpdateClientInput

QOAuthUpdateClientInput = object

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

Input used to update an OAuth client in management APIs.

Properties

allowedGrantTypes?

optional allowedGrantTypes?: QOAuthGrantType[]

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

Optional grant type replacement.


defaultScopes?

optional defaultScopes?: string[]

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

Optional default scope replacement.


redirectUris?

optional redirectUris?: string[]

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

Optional redirect URI replacement.