kinetex - v0.0.2
GitHub
npm
Preparing search index...
auth
OAuth2Config
Interface OAuth2Config
interface
OAuth2Config
{
clientId
:
string
;
clientSecret
:
string
;
onToken
?:
(
token
:
OAuth2Token
)
=>
void
;
scope
?:
string
;
tokenUrl
:
string
;
}
Index
Properties
client
Id
client
Secret
on
Token?
scope?
token
Url
Properties
client
Id
clientId
:
string
client
Secret
clientSecret
:
string
Optional
on
Token
onToken
?:
(
token
:
OAuth2Token
)
=>
void
Called when a new token is obtained
Optional
scope
scope
?:
string
token
Url
tokenUrl
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Id
client
Secret
on
Token
scope
token
Url
GitHub
npm
kinetex - v0.0.2
Loading...
Called when a new token is obtained