Click or drag to resize

OAuthResetTokenRequest Constructor (String, String, String)

Create a new oauth reset token request

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public OAuthResetTokenRequest(
	string username,
	string challenge,
	string response
)

Parameters

username
Type: SystemString

[Missing <param name="username"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthResetTokenRequest.#ctor(System.String,System.String,System.String)"]

challenge
Type: SystemString

[Missing <param name="challenge"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthResetTokenRequest.#ctor(System.String,System.String,System.String)"]

response
Type: SystemString

[Missing <param name="response"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthResetTokenRequest.#ctor(System.String,System.String,System.String)"]

See Also