public static class GoogleAuthConsts : objectGoogle OAuth2 constants. Canonical source for these URLs is: https://accounts.google.com/.well-known/openid-configuration
Namespace
Google.Apis.Auth.OAuth2Assembly
Google.Apis.Auth.dll
Fields
ApprovalUrl
public const string ApprovalUrl = nullThe approval URL (used in the Windows solution as a callback).
| Field Value | |
|---|---|
| Type | Description |
String |
|
AuthorizationUrl
public const string AuthorizationUrl = nullThe authorization code server URL.
| Field Value | |
|---|---|
| Type | Description |
String |
|
ComputeTokenUrl
public const string ComputeTokenUrl = nullThe Compute Engine authorization token server URL
| Field Value | |
|---|---|
| Type | Description |
String |
|
IP address instead of name to avoid DNS resolution
IapKeySetUrl
public const string IapKeySetUrl = nullThe IAP Json Web Key Set (jwks) URL.
| Field Value | |
|---|---|
| Type | Description |
String |
|
InstalledAppRedirectUri
public const string InstalledAppRedirectUri = nullInstalled application redirect URI.
| Field Value | |
|---|---|
| Type | Description |
String |
|
JsonWebKeySetUrl
public const string JsonWebKeySetUrl = nullThe OpenID Connect Json Web Key Set (jwks) URL.
| Field Value | |
|---|---|
| Type | Description |
String |
|
LocalhostRedirectUri
public const string LocalhostRedirectUri = nullInstalled application localhost redirect URI.
| Field Value | |
|---|---|
| Type | Description |
String |
|
OidcAuthorizationUrl
public const string OidcAuthorizationUrl = nullThe OpenID Connect authorization code server URL.
| Field Value | |
|---|---|
| Type | Description |
String |
|
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 = nullThe OpenID Connect authorization token server URL.
| Field Value | |
|---|---|
| Type | Description |
String |
|
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 = nullThe path to the Google revocation endpoint.
| Field Value | |
|---|---|
| Type | Description |
String |
|
TokenUrl
public const string TokenUrl = nullThe authorization token server URL.
| Field Value | |
|---|---|
| Type | Description |
String |
|