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