OAuthRedirectParametersInput
No description
input OAuthRedirectParametersInput {
state: String
redirectUrl: String
}
Fields
OAuthRedirectParametersInput.state
● String
scalar
Custom state provided by partner to prevent XSRF attack, will be filled by onBoardingId in case of nullity. Length must be from 0 to 255 characters
OAuthRedirectParametersInput.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. Length must be from 0 to 255 characters
Member Of
OnboardCompanyAccountHolderInput
input ● OnboardIndividualAccountHolderInput
input