OAuthRedirectParameters
Extra parameters provided by partner
type OAuthRedirectParameters {
state: String
redirectUrl: String
}
Fields
OAuthRedirectParameters.state ● String scalar
Custom state provided by partner to prevent XSRF attack, will be filled by onBoardingId in case of nullity.
OAuthRedirectParameters.redirectUrl ● String scalar
URL used to redirect the user at the end of the onboarding process. If null the user is redirected to the white label web banking.
Member Of
Onboarding object ● OnboardingInfo object