Table of Contents

Class OAuth2Options

Namespace
TeaPie.Http.Auth.OAuth2
Assembly
TeaPie.dll
public class OAuth2Options : IAuthOptions
Inheritance
OAuth2Options
Implements
Inherited Members
Extension Methods

Properties

AccessTokenVariableName

public string? AccessTokenVariableName { get; }

Property Value

string

AdditionalParameters

public IReadOnlyDictionary<string, string> AdditionalParameters { get; }

Property Value

IReadOnlyDictionary<string, string>

AuthUrl

public string AuthUrl { get; }

Property Value

string

ClientId

public string? ClientId { get; }

Property Value

string

ClientSecret

public string? ClientSecret { get; }

Property Value

string

GrantType

public string? GrantType { get; }

Property Value

string

Password

public string? Password { get; }

Property Value

string

RedirectUri

public Uri? RedirectUri { get; }

Property Value

Uri

Username

public string? Username { get; }

Property Value

string