Class JsonCredentialParameters.CredentialSource.SubjectTokenFormat (1.60.0)

public class JsonCredentialParameters.CredentialSource.SubjectTokenFormat

Holder for the subject token format.

Inheritance

object > JsonCredentialParameters.CredentialSource.SubjectTokenFormat

Namespace

GoogleApisAuthOAuth2

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