CreateOAuthAccountInput
Interface: CreateOAuthAccountInput
Defined in: src/types/oauthAccount.ts:28
OAuth account creation input
Properties
email
email:
string
Defined in: src/types/oauthAccount.ts:32
profile?
optionalprofile:OAuthAccountProfile
Defined in: src/types/oauthAccount.ts:33
provider
provider:
"google"|"github"
Defined in: src/types/oauthAccount.ts:30
providerId
providerId:
string
Defined in: src/types/oauthAccount.ts:31
userId
userId:
string
Defined in: src/types/oauthAccount.ts:29