Preparing search index...
The search index is not available
@switstack/switcloud-api-ts
@switstack/switcloud-api-ts
TokenRequest
Interface TokenRequest
interface
TokenRequest
{
clientId
?:
string
;
clientSecret
?:
string
;
grantType
:
Oauth2GrantType
;
password
?:
string
;
scope
?:
string
;
username
?:
string
;
}
Index
Properties
client
Id?
client
Secret?
grant
Type
password?
scope?
username?
Properties
Optional
client
Id
clientId
?:
string
Optional
client
Secret
clientSecret
?:
string
grant
Type
grantType
:
Oauth2GrantType
Optional
password
password
?:
string
Optional
scope
scope
?:
string
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Id
client
Secret
grant
Type
password
scope
username
@switstack/switcloud-api-ts
Loading...