AuthorizationIsTokenValid Property |
Returns true if the access token returned by the service is still valid.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract bool IsTokenValid { get; }
Public MustOverride ReadOnly Property IsTokenValid As Boolean
Get
public:
virtual property bool IsTokenValid {
bool get () abstract;
}
abstract IsTokenValid : bool with get
Property Value
Type:
Boolean
See Also