Preparing search index...
The search index is not available
Documentation
Documentation
@laserfiche/lf-api-client-core
GetAccessTokenResponse
Interface GetAccessTokenResponse
interface
GetAccessTokenResponse
{
access_token
:
undefined
|
string
;
expires_in
:
undefined
|
number
;
refresh_token
:
undefined
|
string
;
scope
:
undefined
|
string
;
token_type
:
undefined
|
string
;
}
Index
Properties
access_
token
expires_
in
refresh_
token
scope
token_
type
Properties
access_
token
access_
token
:
undefined
|
string
expires_
in
expires_
in
:
undefined
|
number
refresh_
token
refresh_
token
:
undefined
|
string
scope
scope
:
undefined
|
string
token_
type
token_
type
:
undefined
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
expires_
in
refresh_
token
scope
token_
type
Documentation
Loading...