Class AuthorizationCodeWebApp.AuthResult (1.60.0)

public class AuthorizationCodeWebApp.AuthResult

AuthResult which contains the user's credentials if it was loaded successfully from the store. Otherwise it contains the redirect URI for the authorization server.

Inheritance

object > AuthorizationCodeWebApp.AuthResult

Namespace

GoogleApisAuthOAuth2Web

Assembly

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
TypeDescription
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
TypeDescription
string

Extension Method