InitiateEndUserSignUpInput: {
    customData?: Maybe<Scalars["JSON"]>;
    email: Scalars["String"];
    firstName?: Maybe<Scalars["String"]>;
    lastName?: Maybe<Scalars["String"]>;
    oAuthClientId: Scalars["String"];
    password?: Maybe<Scalars["String"]>;
}

Type declaration

  • Optional customData?: Maybe<Scalars["JSON"]>
  • email: Scalars["String"]
  • Optional firstName?: Maybe<Scalars["String"]>
  • Optional lastName?: Maybe<Scalars["String"]>
  • oAuthClientId: Scalars["String"]
  • Optional password?: Maybe<Scalars["String"]>

    The password for the user must be provided either at this point or in CompleteEndUserSignUp mutation. If the end-user app will enforce the user to provide it in the CompleteEndUserSignUp mutation the password does not have to be provided here. If not, giving a password at this point is mandatory.

Generated using TypeDoc