OAuthGrantClientCredentialsContext Methods

The OAuthGrantClientCredentialsContext type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Rejected Shows the rejected context after validation. (Inherited from BaseValidatingContext<TOptions>.)
Public method SetError(String) Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.)
Public method SetError(String, String) Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.)
Public method SetError(String, String, String) Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.)
Public method ToString (Inherited from Object.)
Public method Validated() Occurs when the context is finished validating. (Inherited from BaseValidatingContext<TOptions>.)
Public method Validated(ClaimsIdentity) Alters the ticket information on this context and marks it as as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling. (Inherited from BaseValidatingTicketContext<TOptions>.)
Public method Validated(AuthenticationTicket) Replaces the ticket information on this context and marks it as as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling. (Inherited from BaseValidatingTicketContext<TOptions>.)

Top

See Also

Reference

OAuthGrantClientCredentialsContext Class

Microsoft.Owin.Security.OAuth Namespace