- Preparing search index...
- The search index is not available
Documentation
Type alias CommonAuthorizationCodeRequest
CommonAuthorizationCodeRequest: BaseAuthRequest & { ccsCredential?: CcsCredential; clientInfo?: string; code: string; codeVerifier?: string; enableSpaAuthorizationCode?: boolean; redirectUri: string; tokenBodyParameters?: StringDict; }
Type declaration
-
-
Optional
clientInfo?: string
-
code: string
-
Optional
codeVerifier?: string
-
Optional
enableSpaAuthorizationCode?: boolean
-
redirectUri: string
-
Optional
tokenBodyParameters?: StringDict
Request object passed by user to acquire a token from the server exchanging a valid authorization code (second leg of OAuth2.0 Authorization Code flow)