Table of Contents

Class AuthorizationBearerResult

Namespace
Fluxzy.Formatters.Producers.Requests
Assembly
Fluxzy.Core.dll
public class AuthorizationBearerResult : FormattingResult
Inheritance
AuthorizationBearerResult
Inherited Members

Constructors

AuthorizationBearerResult(string, string)

public AuthorizationBearerResult(string title, string token)

Parameters

title string
token string

Properties

Token

public string Token { get; }

Property Value

string