Table of Contents

Class IdTokenValidationKeyMissingException

Namespace
Auth0.AuthenticationApi.Tokens
Assembly
Auth0.AuthenticationApi.dll

Exception used to convey a token's key could not be found.

[Serializable]
public class IdTokenValidationKeyMissingException : IdTokenValidationException, ISerializable
Inheritance
IdTokenValidationKeyMissingException
Implements
Inherited Members

Constructors

IdTokenValidationKeyMissingException()

public IdTokenValidationKeyMissingException()

IdTokenValidationKeyMissingException(SerializationInfo, StreamingContext)

protected IdTokenValidationKeyMissingException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

IdTokenValidationKeyMissingException(string)

Create a new IdTokenValidationKeyMissingException with a given error message.

public IdTokenValidationKeyMissingException(string message)

Parameters

message string

Message that describes how the token's key could not be found.

IdTokenValidationKeyMissingException(string, Exception)

Create a new IdTokenValidationKeyMissingException that contains a further inner Exception describing how this token's key could not be found.

public IdTokenValidationKeyMissingException(string message, Exception innerException)

Parameters

message string

Message that describes how the token fails to meet validation requirements.

innerException Exception

Inner exception that caused this validation exception.