Class JsonCredentialParameters.CredentialSource.SubjectTokenFormat (1.68.0)

public class JsonCredentialParameters.CredentialSource.SubjectTokenFormat

Holder for the subject token format.

Inheritance

object > JsonCredentialParameters.CredentialSource.SubjectTokenFormat

Namespace

Google.Apis.Auth.OAuth2

Assembly

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

text
and
json
. Defaults to
text
.

Property Value
Type Description
string

Extension Method