Click or drag to resize

OAuthTokenIdentityName Property

Gets the name of the current user.

Namespace: SanteDB.Client.OAuth
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public string Name { get; }

Return Value

String
The name of the user on whose behalf the code is running.

Implements

IIdentityName
See Also