Package
google-auth-libraryConstructors
(constructor)(selector, token)
constructor
(
selector
:
string
,
token
:
string
);
IAM credentials.
Name | Description |
selector | string
the iam authority selector |
token | string
the token |
Properties
selector
selector
:
string
;
token
token
:
string
;
Methods
getRequestHeaders()
getRequestHeaders
()
:
{
'x-goog-iam-authority-selector'
:
string
;
'x-goog-iam-authorization-token'
:
string
;
};
Acquire the HTTP headers required to make an authenticated request.
Type | Description |
---|---|
{ 'x-goog-iam-authority-selector': string; 'x-goog-iam-authorization-token': string; } |