Class InvalidJwtException (1.60.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

GoogleApisAuth

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