Bearbeiten

Share via


AuthorizationUrlRequest type

This type is deprecated and will be removed on the next major version update

type AuthorizationUrlRequest = Omit<
  CommonAuthorizationUrlRequest,
  "state" | "nonce" | "requestedClaimsHash" | "nativeBroker"
> & { nonce: string, state: string }