Class BearerTokenAuthentication
Bearer token authentication with a token.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class BearerTokenAuthentication : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TokenSecretVersion
Optional. The token SecretManager secret version to authenticate as.
Declaration
[JsonProperty("tokenSecretVersion")]
public virtual string TokenSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |