Class JsonCredentialParameters.CredentialSource.SubjectTokenFormat
Holder for the subject token format.
Inherited Members
Namespace: Google.Apis.Auth.OAuth2
Assembly: Google.Apis.Auth.dll
Syntax
public class JsonCredentialParameters.CredentialSource.SubjectTokenFormat
Properties
SubjectTokenFieldName
For URL and file sourced credentials, if the subject token is returned within a JSON, this indicates the field in which it can be found.
Declaration
[JsonProperty("subject_token_field_name")]
public string SubjectTokenFieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
For URL and file sourced credentials, indicates the format in which the subject token is returned. Supported values are
text
and json
.
Defaults to text
.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |