The MailRuClient type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AccessToken | 
            Gets or sets an access token.
              (Inherited from OAuthBase.) | |
| AccessTokenUrl | 
            Gets or sets the address for the access token.
              (Inherited from OAuthBase.) | |
| AccessTokenValue | 
            Gets an access token value.
              (Inherited from OAuthBase.) | |
| ApplicationId | 
            Gets or sets the application identifier.
              (Inherited from OAuthBase.) | |
| ApplicationSecret | 
            Gets or sets the application secret key.
              (Inherited from OAuthBase.) | |
| AuthorizationCode | 
            Gets or sets access code for access token requests.
              (Inherited from OAuthBase.) | |
| AuthorizationUrl | 
            Gets the endpoint of the authorization.
              (Inherited from OAuth2Client.) | |
| AuthorizeUrl | 
            Gets or sets the base address for login.
              (Inherited from OAuthBase.) | |
| DefaultScope | 
            The deault scope.
              (Inherited from OAuth2Client.) | |
| GrantType | 
            Gets or sets grant type.
              (Inherited from OAuth2Client.) | |
| Parameters | 
            Gets or sets additional query parameters.
              (Inherited from OAuthBase.) | |
| Password | 
            Gets or sets password if GrantType is password or client_credentials.
              (Inherited from OAuth2Client.) | |
| ProviderName | 
            Unique provider name: Mail.Ru.
              (Overrides OAuthBase ProviderName.) | |
| ReturnUrl | 
            Return URL.
              (Overrides OAuthBase ReturnUrl.) | |
| Scope | 
            The scope of the access request.
              (Inherited from OAuth2Client.) | |
| ScopeSeparator | 
            The separator in the scope list.
              (Inherited from OAuth2Client.) | |
| State | 
            Gets or sets unique request identifier.
            For clients the value sets is automatically.
              (Inherited from OAuthBase.) | |
| SupportRefreshToken | 
            Gets or sets a value indicating whether the current client supports refreshing access token.
              (Inherited from OAuthBase.) | |
| SupportRevokeToken | 
            Gets or sets a value indicating whether the current client supports revoking access token.
              (Inherited from OAuthBase.) | |
| Username | 
            Gets or sets username if GrantType is password or client_credentials.
              (Inherited from OAuth2Client.) | |
| Version | 
            Gets the version of the OAuth protocol.
              (Inherited from OAuthBase.) | 
See Also