Show / Hide Table of Contents

Class JsonCredentialParameters.CredentialSource.SubjectTokenFormat

Holder for the subject token format.

Inheritance
object
JsonCredentialParameters.CredentialSource.SubjectTokenFormat
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX