QOAuthGrantConsentInput
@quik/oauth-server / QOAuthGrantConsentInput
Type Alias: QOAuthGrantConsentInput
QOAuthGrantConsentInput =
object
Defined in: oauth-server/src/types.ts:136
Input used to create or update consent for one client/user pair.
Properties
clientId
clientId:
string
Defined in: oauth-server/src/types.ts:138
OAuth client id.
scope
scope:
string[]
Defined in: oauth-server/src/types.ts:142
Approved scopes.
userId
userId:
string
Defined in: oauth-server/src/types.ts:140
Resource owner id.