IOAuth |
The IOAuthServiceContract type exposes the following members.
| Name | Description | |
|---|---|---|
| Authorize | OAuth2 Authorization Endpoint. | |
| Authorize_Post | OAuth2 Authorization Endpoint. | |
| Content | Gets an asset that is used by the authorization service. | |
| Discovery | Get discovery exchange | |
| JsonWebKeySet | Get the keys associated with this instance. | |
| Ping | Invoke a ping | |
| Session | Get the session from the authenticated bearer or JWT token | |
| Signout | The GET version of Signout(NameValueCollection) | |
| Signout(NameValueCollection) | Signs the current session out and optionally redirects the user agent back to the resource. | |
| Token | OAuth2 Token Endpoint. Issues access tokens and/or id tokens and accepts a grant from the resource owner. | |
| UserInfo | Gets the user information related to the current session (very similar to the session parameter only this is not an OAUTH response format) |