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