ScmAuthTokenResponse
Home > @backstage/integration-react > ScmAuthTokenResponse
The response from a ScmAuthApi.getCredentials() call.
Signature:
export interface ScmAuthTokenResponse
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ [name: string]: string; } |
The set of HTTP headers that are needed to authenticate requests. | ||
|
string |
An authorization token that can be used to authenticate requests. |