Package
google-auth-library!Constructors
(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;
Type | Description |
string |
token
token: string;
Type | Description |
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; } |