svf-utils
Preparing search index...
TwoLeggedAuthenticationProvider
Class TwoLeggedAuthenticationProvider
Implements
IAuthenticationProvider
Index
Constructors
constructor
Properties
authentication
Client
client
Id
client
Secret
last
Credentials
Methods
get
Token
Constructors
constructor
new
TwoLeggedAuthenticationProvider
(
clientId
:
string
,
clientSecret
:
string
,
)
:
TwoLeggedAuthenticationProvider
Parameters
clientId
:
string
clientSecret
:
string
Returns
TwoLeggedAuthenticationProvider
Properties
Protected
authentication
Client
authenticationClient
:
AuthenticationClient
Protected
client
Id
clientId
:
string
Protected
client
Secret
clientSecret
:
string
Protected
last
Credentials
lastCredentials
:
null
|
TwoLeggedToken
= null
Methods
get
Token
getToken
(
scopes
:
Scopes
[]
)
:
Promise
<
string
>
Parameters
scopes
:
Scopes
[]
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
authentication
Client
client
Id
client
Secret
last
Credentials
Methods
get
Token
svf-utils
Loading...