 | OAuthSessionResponseExpiresIn Property |
Expires in
Namespace: SanteDB.Rest.OAuth.ModelAssembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic int ExpiresIn { get; set; }Public Property ExpiresIn As Integer
Get
Set
public:
property int ExpiresIn {
int get ();
void set (int value);
}member ExpiresIn : int with get, set
Property Value
Int32
See Also