AuthorizationUrlRequest type
Ostrzeżenie
Ten interfejs API jest już przestarzały.
Will be removed in future version
Ten typ jest przestarzały i zostanie usunięty w następnej aktualizacji wersji głównej
type AuthorizationUrlRequest = Omit<
CommonAuthorizationUrlRequest,
"requestedClaimsHash" | "platformBroker"
>