Click or drag to resize

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
)

Parameters

username
Type: SystemString
Username.
password
Type: SystemString
Password.
scope
Type: SystemString
Scope.
See Also