TwoFactorAuthenticationsServiceInterface
in
Interface TwoFactorAuthenticationsServiceInterface
Table of Contents
Methods
Methods
send()
認証コード送信
public
send(int $userId, string $email) : void
Parameters
- $userId : int
- $email : string
verify()
認証コード検証
public
verify(int $userId, string $code) : bool
Parameters
- $userId : int
- $code : string