Values.ExpiredTokenExceptionSourceIndicates that the token issued by the service is expired and is no longer valid.
type nonrec t = {error : Error.t option;Single error code. For this exception the value will be expired_token.
*)error_description : ErrorDescription.t option;Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
*)}