nylas
Preparing search index...
models/serviceAccount
BuildServiceAccountHeadersParams
Interface BuildServiceAccountHeadersParams
Inputs for creating Nylas Service Account signing headers.
interface
BuildServiceAccountHeadersParams
{
body
?:
Record
<
string
,
unknown
>
;
method
:
string
;
nonce
?:
string
;
path
:
string
;
timestamp
?:
number
;
}
Index
Properties
body?
method
nonce?
path
timestamp?
Properties
Optional
body
body
?:
Record
<
string
,
unknown
>
method
method
:
string
Optional
nonce
nonce
?:
string
path
path
:
string
Optional
timestamp
timestamp
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
method
nonce
path
timestamp
nylas
Loading...
Inputs for creating Nylas Service Account signing headers.