Table of Contents

Class ApiKeyScopes

Namespace
Tharga.Team
Assembly
Tharga.Team.dll

Scope constants for API key management.

public static class ApiKeyScopes
Inheritance
ApiKeyScopes
Inherited Members

Fields

Manage

public const string Manage = "apikey:manage"

Field Value

string

SystemManage

Scope required to manage system-level API keys (keys not bound to a team).

public const string SystemManage = "apikey:system-manage"

Field Value

string