Interface: ClientRegistrationRequest
Defined in: src/auth/oauth/oauth-client.ts:124
Client registration request.
Properties
clientName
readonlyclientName:string
Defined in: src/auth/oauth/oauth-client.ts:128
Client name.
clientType
readonlyclientType:ClientType
Defined in: src/auth/oauth/oauth-client.ts:133
Client type.
clientUri?
readonlyoptionalclientUri:string
Defined in: src/auth/oauth/oauth-client.ts:163
Client homepage URL.
description?
readonlyoptionaldescription:string
Defined in: src/auth/oauth/oauth-client.ts:153
Client description.
grantTypes?
readonlyoptionalgrantTypes: readonlyGrantType[]
Defined in: src/auth/oauth/oauth-client.ts:143
Requested grant types.
logoUri?
readonlyoptionallogoUri:string
Defined in: src/auth/oauth/oauth-client.ts:158
Client logo URL.
policyUri?
readonlyoptionalpolicyUri:string
Defined in: src/auth/oauth/oauth-client.ts:168
Privacy policy URL.
redirectUris
readonlyredirectUris: readonlystring[]
Defined in: src/auth/oauth/oauth-client.ts:138
Redirect URIs.
requestedScopes?
readonlyoptionalrequestedScopes: readonlystring[]
Defined in: src/auth/oauth/oauth-client.ts:148
Requested scopes.
tosUri?
readonlyoptionaltosUri:string
Defined in: src/auth/oauth/oauth-client.ts:173
Terms of service URL.