Table of Contents

Class BearerToken

Namespace
NetCord
Assembly
NetCord.dll
public class BearerToken : IToken
Inheritance
BearerToken
Implements
Inherited Members

Constructors

BearerToken(string)

public BearerToken(string token)

Parameters

token string

Properties

HttpHeaderValue

public string HttpHeaderValue { get; }

Property Value

string

RawToken

public string RawToken { get; }

Property Value

string