Class JsonCredentialParameters.CredentialSource.SubjectTokenFormat (1.59.0)

public class SubjectTokenFormat

Holder for the subject token format.

Inheritance

Object > JsonCredentialParameters.CredentialSource.SubjectTokenFormat

Namespace

Google.Apis.Auth.OAuth2

Assembly

Google.Apis.Auth.dll

Properties

SubjectTokenFieldName

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
TypeDescription
String

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
TypeDescription
String

Extension Method