Type alias AuthorizationUrlRequest

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

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

Type declaration

  • nonce: string
  • state: string

Generated using TypeDoc