public class JsonCredentialParameters.CredentialSource.SubjectTokenFormatHolder for the subject token format.
Namespace
Google.Apis.Auth.OAuth2Assembly
Google.Apis.Auth.dll
Properties
SubjectTokenFieldName
[JsonProperty("subject_token_field_name")]
public string SubjectTokenFieldName { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
[JsonProperty("type")]
public string Type { get; set; }For URL and file sourced credentials, indicates the format in which the subject token is returned. Supported values are
textjsontext| Property Value | |
|---|---|
| Type | Description |
string |
|