Click or drag to resize
ParticleCloudSignupWithUserAsync Method
Sign up with new account credentials to Particle cloud

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Task<Result> SignupWithUserAsync(
	string username,
	string password
)

Parameters

username
Type: SystemString
Required user name, must be a valid email address
password
Type: SystemString
Required password

Return Value

Type: TaskResult

[Missing <returns> documentation for "M:Particle.ParticleCloud.SignupWithUserAsync(System.String,System.String)"]

See Also