| OAuthTokenRequest Constructor (String, String, String) |
Initializes a new instance of the
[!:SanteDB.DisconnectedClient.Security.OAuthTokenServiceCredentials+OAuthTokenRequest] class.
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public OAuthTokenRequest(
string username,
string password,
string scope
)
Public Sub New (
username As String,
password As String,
scope As String
)
public:
OAuthTokenRequest(
String^ username,
String^ password,
String^ scope
)
new :
username : string *
password : string *
scope : string -> OAuthTokenRequest
Parameters
- username
- Type: SystemString
Username. - password
- Type: SystemString
Password. - scope
- Type: SystemString
Scope.
See Also