Type alias CredentialUpdateInput

CredentialUpdateInput: {
    redirectUris: InputMaybe<Scalars["URL"]>[];
}

Type declaration

  • redirectUris: InputMaybe<Scalars["URL"]>[]

    The URIs to redirect to after signin. Only required if using oauth. Will replace the current list.

Generated using TypeDoc