Class InvalidJwtException (1.59.0)

public class InvalidJwtException : Exception, ISerializable

An exception that is thrown when a Json Web Token (JWT) is invalid.

Inheritance

Object > Exception > InvalidJwtException

Implements

ISerializable

Namespace

Google.Apis.Auth

Assembly

Google.Apis.Auth.dll

Constructors

InvalidJwtException(String)

public InvalidJwtException(string message)

Initializes a new InvalidJwtException instanc e with the specified error message.

Parameter
NameDescription
messageString

The error message that explains why the JWT was invalid.

Extension Method