Table of Contents

Class PluginOAuthCredentialDto

Namespace
Builvero.Application.Interfaces.Services
Assembly
Builvero.Application.dll

OAuth credential DTO (decrypted).

public class PluginOAuthCredentialDto
Inheritance
PluginOAuthCredentialDto
Inherited Members

Properties

AccessToken

public string AccessToken { get; set; }

Property Value

string
OAuth credential DTO (decrypted).

Metadata

public Dictionary<string, object>? Metadata { get; set; }

Property Value

Dictionary<string, object>
OAuth credential DTO (decrypted).

Provider

public string Provider { get; set; }

Property Value

string
OAuth credential DTO (decrypted).

RefreshToken

public string? RefreshToken { get; set; }

Property Value

string
OAuth credential DTO (decrypted).