Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Authenticate
GetTokenRequest
Interface GetTokenRequest
Request for issuing a service-to-service token.
interface
GetTokenRequest
{
client_id
:
string
;
client_secret
:
string
;
grant_type
:
"client_credentials"
;
scope
?:
string
;
}
Index
Properties
client_
id
client_
secret
grant_
type
scope?
Properties
client_
id
client_id
:
string
client_
secret
client_secret
:
string
grant_
type
grant_type
:
"client_credentials"
Optional
scope
scope
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client_
id
client_
secret
grant_
type
scope
Harmony Auth Documentation
Loading...
Request for issuing a service-to-service token.