Details of a temporary response and its expiry time.
C# syntax[DataContract]
public class TemporaryResponse
{
[DataMember]
public string Response { get; set; }
[DataMember]
public DateTime ExpiryTime { get; set; }
}
Properties
- Response The temporary response assigned to the token.
- ExpiryTime When the temporary response expires.