user_jwt_invalid property
String
get
user_jwt_invalid
The JWT token is invalid. Please check the value of the X-Appwrite-JWT header to ensure the correct token is being used
Implementation
String get user_jwt_invalid {
return Intl.message(
'The JWT token is invalid. Please check the value of the X-Appwrite-JWT header to ensure the correct token is being used',
name: 'user_jwt_invalid',
desc: '',
args: [],
);
}