Show / Hide Table of Contents

Class GoogleAssertionTokenRequest

Service account assertion token request as specified in https://developers.google.com/accounts/docs/OAuth2ServiceAccount#makingrequest.

Inheritance
object
TokenRequest
GoogleAssertionTokenRequest
Inherited Members
TokenRequest.Scope
TokenRequest.GrantType
TokenRequest.ClientId
TokenRequest.ClientSecret
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Auth.OAuth2.Requests
Assembly: Google.Apis.Auth.dll
Syntax
public class GoogleAssertionTokenRequest : TokenRequest

Constructors

GoogleAssertionTokenRequest()

Constructs a new refresh code token request and sets grant_type to urn:ietf:params:oauth:grant-type:jwt-bearer.

Declaration
public GoogleAssertionTokenRequest()

Properties

Assertion

Gets or sets the JWT (including signature).

Declaration
[RequestParameter("assertion")]
public string Assertion { get; set; }
Property Value
Type Description
string

Extension Methods

TokenRequestExtenstions.ExecuteAsync(TokenRequest, HttpClient, string, CancellationToken, IClock)
In this article
Back to top Generated by DocFX