Class SmtpOAuthController
Inheritance
SmtpOAuthController
Assembly: DotNetNuke.dll
Syntax
public class SmtpOAuthController : ISmtpOAuthController
Constructors
SmtpOAuthController(IEnumerable<ISmtpOAuthProvider>)
Declaration
public SmtpOAuthController(IEnumerable<ISmtpOAuthProvider> smtpOAuthProviders)
Parameters
Methods
GetOAuthProvider(string)
Declaration
public ISmtpOAuthProvider GetOAuthProvider(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
GetOAuthProviders()
Declaration
public IReadOnlyCollection<ISmtpOAuthProvider> GetOAuthProviders()
Returns
RegisterOAuthProviders(IServiceCollection)
Declaration
public static void RegisterOAuthProviders(IServiceCollection serviceCollection)
Parameters
Implements
Extension Methods