Skip to content

DoCurious API Reference / types / OAuthCallbackData

Interface: OAuthCallbackData

Defined in: types/auth.types.ts:50

OAuth callback data

Properties

code

code: string

Defined in: types/auth.types.ts:51


provider

provider: OAuthProvider

Defined in: types/auth.types.ts:53


state

state: string

Defined in: types/auth.types.ts:52

DoCurious Platform Documentation