- Preparing search index...
- The search index is not available
Documentation
PopupRequest: Partial<Omit<CommonAuthorizationUrlRequest, "responseMode" | "scopes" | "codeChallenge" | "codeChallengeMethod" | "requestedClaimsHash" | "nativeBroker">> & { popupWindowAttributes?: PopupWindowAttributes; popupWindowParent?: Window; scopes: string[]; tokenBodyParameters?: StringDict; }
Type declaration
-
-
Optional
popupWindowParent?: Window
-
scopes: string[]
-
Optional
tokenBodyParameters?: StringDict
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.