Click or drag to resize
NbUserLoginWithEmailAsync Method
Email でオンラインログインする。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public static Task<NbUser> LoginWithEmailAsync(
	string email,
	string password,
	NbService service = null
)

Parameters

email
Type: SystemString
E-mail
password
Type: SystemString
パスワード
service (Optional)
Type: Nec.NebulaNbService
サービス

Return Value

Type: TaskNbUser
ログインしたユーザ情報
Exceptions
ExceptionCondition
ArgumentNullExceptionE-mail、パスワードがnull
Remarks
本APIではオフラインログインキャッシュは生成されない。 キャッシュを生成したい場合は NbOfflineUser を使用すること。
Version Information

Core

Supported in: 1.0
See Also