OAuthProvider.this

Constructor

  1. this(string authUri, string tokenUri, BitFlags!Option options)
    class OAuthProvider
    immutable @safe
    this
    (
    string authUri
    ,
    string tokenUri
    ,
    BitFlags!Option options = BitFlags!Option.init
    )
  2. this(Json json)

Parameters

authUri string

Authorization URI for this provider.

tokenUri string

Token URI for this provider.

options BitFlags!Option

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

Meta