 | OAuthClientCoreTokenHandler Property |
Gets the token handler
Namespace: SanteDB.Client.OAuthAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxprotected JsonWebTokenHandler TokenHandler { get; }Protected ReadOnly Property TokenHandler As JsonWebTokenHandler
Get
protected:
property JsonWebTokenHandler^ TokenHandler {
JsonWebTokenHandler^ get ();
}member TokenHandler : JsonWebTokenHandler with get
Property Value
JsonWebTokenHandler
See Also