Example #1
0
 public DatabaseKeyNonceStore(IOAuth2AuthService service)
 {
     _service = service;
 }
 public OAuth2AuthorizationServerHost()
 {
     _service       = ServiceFactory.GetOAuth2AuthService();
     _keyNonceStore = new DatabaseKeyNonceStore(_service);
 }