Click or drag to resize

IOAuthServiceContract Methods

The IOAuthServiceContract type exposes the following members.

Methods
 NameDescription
Public methodAuthorize OAuth2 Authorization Endpoint.
Public methodAuthorize_Post OAuth2 Authorization Endpoint.
Public methodContent Gets an asset that is used by the authorization service.
Public methodDiscovery Get discovery exchange
Public methodJsonWebKeySet Get the keys associated with this instance.
Public methodPing Invoke a ping
Public methodSession Get the session from the authenticated bearer or JWT token
Public methodSignout The GET version of Signout(NameValueCollection)
Public methodSignout(NameValueCollection) Signs the current session out and optionally redirects the user agent back to the resource.
Public methodToken OAuth2 Token Endpoint. Issues access tokens and/or id tokens and accepts a grant from the resource owner.
Public methodUserInfo Gets the user information related to the current session (very similar to the session parameter only this is not an OAUTH response format)
Top
See Also