示例#1
0
 public void AddAuthorizationGrant(SharpOAuthProvider.Domain.AuthorizationGrant grant)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void AddAccessToken(SharpOAuthProvider.Domain.AccessToken token)
 {
     throw new NotImplementedException();
 }