Skip to main content
type AuthMethod = 
  | typeof AUTH_METHODS[number]
  | `oauth:${OAuth2ProviderType}`;
The auth method type.