protected UmbracoIdentityOAuthServerProvider(IOAuthStore oauthStore)
 {
     this._oauthStore = oauthStore;
 }
 public UmbracoIdentityMembersOAuthServerProvider(IOAuthStore oauthStore)
     : base(oauthStore)
 {
 }
 protected UmbracoIdentityOAuthRefreshTokenProvider(IOAuthStore oauthStore)
 {
     this._oauthStore = oauthStore;
 }
 protected UmbracoIdentityOAuthRefreshTokenProvider(IOAuthStore oauthStore)
 {
     this._oauthStore = oauthStore;
 }
 protected UmbracoIdentityOAuthServerProvider(IOAuthStore oauthStore)
 {
     this._oauthStore = oauthStore;
 }