AuthorizationUrlRequest type
Warning
This API is now deprecated.
Will be removed in future version
This type is deprecated and will be removed on the next major version update
type AuthorizationUrlRequest = Omit<
CommonAuthorizationUrlRequest,
"requestedClaimsHash" | "platformBroker"
>