OAuthProvider

Represents an OAuth 2.0 authentication server.

Constructors

this
this(string authUri, string tokenUri, BitFlags!Option options)

Constructor

this
this(Json json)
Undocumented in source.

Members

Enums

Option
enum Option

Option flags for an OAuth provider.

Functions

authUriHandler
void authUriHandler(OAuthSettings , string[string] )
Undocumented in source. Be warned that the author may not have intended to support it.
authUriParsed
URL authUriParsed()
Undocumented in source. Be warned that the author may not have intended to support it.
options
BitFlags!Option options()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

disableAutoRegister
disableAutoRegister()

Disables automatic registration of authentication servers from JSON config.

forName
forName(string name)

Get provider by name

register
register(string name, OAuthProvider srv)

Register a provider

Variables

authUri
string authUri;
tokenUri
string tokenUri;

Meta