HTTP bearer token auth

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public sealed class LiveViewBearerAuth : IAppliableLveViewAuth, 
	ILiveViewAuth
Public NotInheritable Class LiveViewBearerAuth _
	Implements IAppliableLveViewAuth, ILiveViewAuth
public ref class LiveViewBearerAuth sealed : IAppliableLveViewAuth, 
	ILiveViewAuth

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LiveViewBearerAuth()()()()
Initializes a new instance of the LiveViewBearerAuth class
Equals(Object) (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
Token
ToString()()()() (Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  StreamBase.LiveView.API..::..LiveViewBearerAuth

See Also