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 empty or not set, the user is redirected to the white label web banking.
- Length must be from 0 to 255 characters
Member Of
CreateCompanyAccountHolderOnboardingInput input ● CreateIndividualAccountHolderOnboardingInput input ● OnboardCompanyAccountHolderInput input ● OnboardIndividualAccountHolderInput input