C# Class DotNetOpenAuth.OAuth2.AuthServerUtilities

Utility methods for authorization servers.
Afficher le fichier Open project: OneCare/dotnetopenid

Private Methods

Méthode Description
GetClientOrThrow ( this authorizationServer, string clientIdentifier ) : IClientDescription

Gets information about the client with a given identifier.

TokenEndpointVerify ( bool condition, string error, string unformattedDescription = null ) : void

Verifies a condition is true or throws an exception describing the problem.