export interface TransactionMembersOnSignup extends TransactionMembers { isPasskeyEnabled: boolean; usernamePolicy: UsernamePolicy | null; requiredIdentifiers: IdentifierType[] | null; optionalIdentifiers: IdentifierType[] | null; passwordPolicy: PasswordPolicy | null; }
Was this page helpful?