TestProvider

Undocumented in source.
package @safe
class TestProvider : OAuthProvider {}

Constructors

this
this()
Undocumented in source.

Members

Manifest constants

authUri
enum authUri;
Undocumented in source.
tokenUri
enum tokenUri;
Undocumented in source.

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