Properties
| Property | Type |
|---|---|
email? | EmailAuthentication |
sms? | SmsAuthentication |
google? | OAuth2Authentication |
apple? | OAuth2Authentication |
x? | OAuth2Authentication & { username?: string; } |
telegram? | TelegramAuthentication |
type AuthenticationMethods = {
email?: EmailAuthentication;
sms?: SmsAuthentication;
google?: OAuth2Authentication;
apple?: OAuth2Authentication;
x?: OAuth2Authentication & {
username?: string;
};
telegram?: TelegramAuthentication;
};
| Property | Type |
|---|---|
email? | EmailAuthentication |
sms? | SmsAuthentication |
google? | OAuth2Authentication |
apple? | OAuth2Authentication |
x? | OAuth2Authentication & { username?: string; } |
telegram? | TelegramAuthentication |
Was this page helpful?