Click or drag to resize
NbUserSignUpAsync Method
サインアップする。 username, email は事前に設定しておくこと。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public Task<NbUser> SignUpAsync(
	string password
)

Parameters

password
Type: SystemString
パスワード

Return Value

Type: TaskNbUser
作成したユーザ情報
Exceptions
ExceptionCondition
ArgumentNullExceptionパスワードがnull
InvalidOperationExceptionE-mailがnull
Version Information

Core

Supported in: 1.0
See Also