Class InvalidJwtException
An exception that is thrown when a Json Web Token (JWT) is invalid.
Implements
Inherited Members
Namespace: Google.Apis.Auth
Assembly: Google.Apis.Auth.dll
Syntax
public class InvalidJwtException : Exception, ISerializable
Constructors
InvalidJwtException(string)
Initializes a new InvalidJwtException instanc e with the specified error message.
Declaration
public InvalidJwtException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains why the JWT was invalid. |