Class GoogleAuthConsts (1.50.0)

public static class GoogleAuthConsts : object

Google OAuth2 constants. Canonical source for these URLs is: https://accounts.google.com/.well-known/openid-configuration

Inheritance

Object > GoogleAuthConsts

Namespace

Google.Apis.Auth.OAuth2

Assembly

Google.Apis.Auth.dll

Fields

ApprovalUrl

public const string ApprovalUrl = null

The approval URL (used in the Windows solution as a callback).

Field Value
TypeDescription
String

AuthorizationUrl

public const string AuthorizationUrl = null

The authorization code server URL.

Field Value
TypeDescription
String

ComputeTokenUrl

public const string ComputeTokenUrl = null

The Compute Engine authorization token server URL

Field Value
TypeDescription
String
Remarks

IP address instead of name to avoid DNS resolution

IapKeySetUrl

public const string IapKeySetUrl = null

The IAP Json Web Key Set (jwks) URL.

Field Value
TypeDescription
String

InstalledAppRedirectUri

public const string InstalledAppRedirectUri = null

Installed application redirect URI.

Field Value
TypeDescription
String

JsonWebKeySetUrl

public const string JsonWebKeySetUrl = null

The OpenID Connect Json Web Key Set (jwks) URL.

Field Value
TypeDescription
String

LocalhostRedirectUri

public const string LocalhostRedirectUri = null

Installed application localhost redirect URI.

Field Value
TypeDescription
String

OidcAuthorizationUrl

public const string OidcAuthorizationUrl = null

The OpenID Connect authorization code server URL.

Field Value
TypeDescription
String
Remarks

Use of this OidcAuthorizationUrl is not 100% compatible with using AuthorizationUrl, so they are two distinct URLs. Internally within this library only this more up-to-date OidcAuthorizationUrl is used.

OidcTokenUrl

public const string OidcTokenUrl = null

The OpenID Connect authorization token server URL.

Field Value
TypeDescription
String
Remarks

Use of this OidcTokenUrl is not 100% compatible with using TokenUrl, so they are two distinct URLs. Internally within this library only this more up-to-date OidcTokenUrl is used.

RevokeTokenUrl

public const string RevokeTokenUrl = null

The path to the Google revocation endpoint.

Field Value
TypeDescription
String

TokenUrl

public const string TokenUrl = null

The authorization token server URL.

Field Value
TypeDescription
String