Show / Hide Table of Contents

Interface IOAuth2SmtpClient

Namespace: DotNetNuke.Services.Mail.OAuth
Assembly: DotNetNuke.dll
Syntax
public interface IOAuth2SmtpClient

Methods

Authenticate(string, string)

Declaration
void Authenticate(string username, string token)
Parameters
Type Name Description
string username
string token

AuthenticateAsync(string, string, CancellationToken)

Declaration
Task AuthenticateAsync(string username, string token, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string username
string token
CancellationToken cancellationToken
Returns
Type Description
Task

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS