- Preparing search index...
- The search index is not available
Documentation
Type alias SsoSilentRequest
SsoSilentRequest: Partial<Omit<CommonAuthorizationUrlRequest, "responseMode" | "codeChallenge" | "codeChallengeMethod" | "requestedClaimsHash" | "nativeBroker">> & { tokenBodyParameters?: StringDict; }
Request object passed by user to ssoSilent to retrieve a Code from the server (first leg of authorization code grant flow)