Click or drag to resize

ReturnUrlOAuthVerifier Property

Gets oauth_verifier url parameter, that can be used to retrieve access token by using GetAccessToken(String) method.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string OAuthVerifier { get; }

Property Value

Type: String
See Also