public class AuthorizationCodeWebApp.AuthResultAuthResult which contains the user's credentials if it was loaded successfully from the store. Otherwise it contains the redirect URI for the authorization server.
Namespace
Google.Apis.Auth.OAuth2.WebAssembly
Google.Apis.Auth.dll
Properties
Credential
public UserCredential Credential { get; set; }Gets or sets the user's credentials or null in case the end user needs to authorize.
| Property Value | |
|---|---|
| Type | Description |
UserCredential |
|
RedirectUri
public string RedirectUri { get; set; }Gets or sets the redirect URI to for the user to authorize against the authorization server or
null in case the UserCredential was loaded from the data
store.
| Property Value | |
|---|---|
| Type | Description |
string |
|