OAuthConfig
@neurosity/sdk / OAuthConfig
Type Alias: OAuthConfig
OAuthConfig =
object
Defined in: types/oauth.ts:1
Properties
clientId
clientId:
string
Defined in: types/oauth.ts:2
clientSecret?
optional
clientSecret:string
Defined in: types/oauth.ts:3
redirectUri
redirectUri:
string
Defined in: types/oauth.ts:5
responseType
responseType:
"token"
|"code"
Defined in: types/oauth.ts:4
scope
scope:
string
[]
Defined in: types/oauth.ts:6
state
state:
string
Defined in: types/oauth.ts:7