- Preparing search index...
- The search index is not available
Documentation
PopupRequest: Partial<Omit<CommonAuthorizationUrlRequest, "responseMode" | "scopes" | "earJwk" | "codeChallenge" | "codeChallengeMethod" | "requestedClaimsHash" | "platformBroker">> & { popupWindowAttributes?: PopupWindowAttributes; popupWindowParent?: Window; scopes: string[]; }
Type declaration
-
-
Optional
popupWindowParent?: Window
-
scopes: string[]
PopupRequest: Request object passed by user to retrieve a Code from the server (first leg of authorization code grant flow) with a popup window.
window
if not given.