Table of Contents

Enum TokenType

Namespace
Dynamicweb.Security.Tokens
Assembly
Dynamicweb.Core.dll

Indicates the type of a Token.

public enum TokenType

Fields

ApiKey = 0

A pre-shared API key bearer token.

OAuthClient = 1

An OAuth 2.0 client_credentials client.

To top