AuthorizationUrlRequest type
Waarschuwing
Deze API is nu afgeschaft.
Will be removed in future version
Dit type is afgeschaft en wordt verwijderd bij de volgende update van de primaire versie
type AuthorizationUrlRequest = Omit<
CommonAuthorizationUrlRequest,
"requestedClaimsHash" | "platformBroker"
>