Table of Contents

Class ApplicationRoleConnectionMetadata

Namespace
DisCatSharp.Entities.OAuth2
Assembly
DisCatSharp.dll
public sealed class ApplicationRoleConnectionMetadata
Inheritance
ApplicationRoleConnectionMetadata
Inherited Members

Properties

Metadata

Gets the metadata.

The key is the metadata key.

The value is the string-ified value of the metadata.

Methods

AddMetadata(string, string)

Adds a metadata.

GetKeyValuePairs()

Gets the KVPs.

RemoveMetadata(string)

Removes a metadata by its key.