Interface Oauth2ApiCreateTokenRequest
Hierarchy
- Oauth2ApiCreateTokenRequest
Properties
Optional Readonly code
code?: string
Readonly grantType
grantType: string
Optional Readonly redirectUri
redirectUri?: string
Optional Readonly refreshToken
refreshToken?: string
Optional Readonly scope
scope?: string
Request parameters for createToken operation in Oauth2Api.
Oauth2ApiCreateTokenRequest