- Preparing search index...
- The search index is not available
Documentation
Type alias AuthorizationCodeRequest
AuthorizationCodeRequest: Partial<Omit<CommonAuthorizationCodeRequest, "scopes" | "redirectUri" | "code" | "authenticationScheme" | "resourceRequestMethod" | "resourceRequestUri" | "requestedClaimsHash" | "storeInCache">> & { code: string; redirectUri: string; scopes: string[]; state?: string; }
Type declaration
-
code: string
-
redirectUri: string
-
scopes: string[]
-
Optional
state?: string
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)