Function OAuthProvider.this

Constructor

this (
  string authUri,
  string tokenUri,
  std.typecons.BitFlags!(oauth.provider.OAuthProvider.Option,0) options = BitFlags(0)
) @safe immutable;

Parameters

NameDescription
authUri Authorization URI for this provider.
tokenUri Token URI for this provider.
options Many OAuth 2.0 servers do not follow the standard exactly. Use the options to specify what non-standard behavior is to be expected from this provider. Default: none