QOAuthUpdateClientInput
@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?
optionalallowedGrantTypes?:QOAuthGrantType[]
Defined in: oauth-server/src/types.ts:42
Optional grant type replacement.
defaultScopes?
optionaldefaultScopes?:string[]
Defined in: oauth-server/src/types.ts:44
Optional default scope replacement.
redirectUris?
optionalredirectUris?:string[]
Defined in: oauth-server/src/types.ts:40
Optional redirect URI replacement.