- Preparing search index...
- The search index is not available
Documentation
Type alias RedirectRequest
RedirectRequest: Partial<Omit<CommonAuthorizationUrlRequest, "responseMode" | "scopes" | "codeChallenge" | "codeChallengeMethod" | "requestedClaimsHash" | "nativeBroker">> & { onRedirectNavigate?: ((url) => boolean | void); redirectStartPage?: string; scopes: string[]; tokenBodyParameters?: StringDict; }
Type declaration
-
Optional
onRedirectNavigate?: ((url) => boolean | void)
-
- (url): boolean | void
-
Returns boolean | void
-
Optional
redirectStartPage?: string
-
scopes: string[]
-
Optional
tokenBodyParameters?: StringDict
RedirectRequest: Request object passed by user to retrieve a Code from the server (first leg of authorization code grant flow) with a full page redirect.