- Preparing search index...
- The search index is not available
Documentation
Type alias AuthorizationUrlRequest
AuthorizationUrlRequest: Partial<Omit<CommonAuthorizationUrlRequest, "scopes" | "redirectUri" | "resourceRequestMethod" | "resourceRequestUri" | "authenticationScheme" | "requestedClaimsHash" | "storeInCache">> & { redirectUri: string; scopes: string[]; }
Type declaration
-
redirectUri: string
-
scopes: string[]
Request object passed by user to retrieve a Code from the server (first leg of authorization code grant flow)