Table of Contents

Enum SigningAlgorithm

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Alogithm a token can be signed with.

public enum SigningAlgorithm

Fields

HS256 = 0

HS256 symmetrical (requires client secret)

RS256 = 1

RS256 asymmetrical (requires access to JWKS public keys)