Modifier and Type | Class and Description |
---|---|
class |
BaseTokenProvider
Deprecated.
|
class |
GoogleTokenProvider
Deprecated.
|
class |
OutlookTokenProvider
Deprecated.
|
class |
TokenProvider
Class TokenProvider allows to retrieve access token for mail services.
|
Modifier and Type | Method and Description |
---|---|
ITokenProvider |
OAuthNetworkCredential.getTokenProvider()
Gets the token provider.
|
ITokenProvider |
CredentialsByHostClient.getTokenProvider()
Gets or sets TokenProvider allowing to retrieve access token.
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialsByHostClient.setTokenProvider(ITokenProvider value)
Gets or sets TokenProvider allowing to retrieve access token.
|
Constructor and Description |
---|
CredentialsByHostClient(String host,
int port,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
CredentialsByHostClient class. |
CredentialsByHostClient(String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
CredentialsByHostClient class. |
ImapClient(String host,
int port,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
ImapClient class |
OAuthNetworkCredential(ITokenProvider tokenProvider)
Initializes a new instance of the
OAuthNetworkCredential class |
OAuthNetworkCredential(String userName,
ITokenProvider tokenProvider)
Initializes a new instance of the
OAuthNetworkCredential class |
SmtpClient(String host,
int port,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
SmtpClient class. |
SmtpClient(String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
SmtpClient class. |
SmtpClient(String host,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
SmtpClient class. |
SmtpClient(String host,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
SmtpClient class. |
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.