FacebookAuthProvider

Facebook specialized derivative of OAuthProvider.

This class should not be used directly. It registers itself as an OAuthProvider with name facebook.

Members

Functions

authUriHandler
void authUriHandler(OAuthSettings settings, string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From OAuthProvider

Option
enum Option

Option flags for an OAuth provider.

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

authUri
string authUri;
tokenUri
string tokenUri;
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.

Meta