Click or drag to resize
ParaPlan Logo

UserServiceValidate Method (String, String)

[Missing <summary> documentation for "M:ParaPlanREST.UserService.Validate(System.String,System.String)"]

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ValidateUserToken Validate(
	string Token,
	string Device
)

Parameters

Token
Type: SystemString

[Missing <param name="Token"/> documentation for "M:ParaPlanREST.UserService.Validate(System.String,System.String)"]

Device
Type: SystemString

[Missing <param name="Device"/> documentation for "M:ParaPlanREST.UserService.Validate(System.String,System.String)"]

Return Value

Type: ValidateUserToken

[Missing <returns> documentation for "M:ParaPlanREST.UserService.Validate(System.String,System.String)"]

See Also