TokenEndpointRequestClientCredentials Class

Data object used by TokenEndpointRequest when the "grant_type" is "client_credentials".

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.OAuth.Messages.TokenEndpointRequestClientCredentials

Namespace:  Microsoft.Owin.Security.OAuth.Messages
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Class TokenEndpointRequestClientCredentials
'Usage
Dim instance As TokenEndpointRequestClientCredentials
public class TokenEndpointRequestClientCredentials
public ref class TokenEndpointRequestClientCredentials
type TokenEndpointRequestClientCredentials =  class end
public class TokenEndpointRequestClientCredentials

The TokenEndpointRequestClientCredentials type exposes the following members.

Constructors

  Name Description
Public method TokenEndpointRequestClientCredentials

Top

Properties

  Name Description
Public property Scope The value passed to the Token endpoint in the "scope" parameter

Top

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 ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Security.OAuth.Messages Namespace