Summary
The second stage of authentication. Send the received authentication code
- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Containing Type
- IAuthService
Syntax
Task<TUser> SignInAsync(string phoneNumber, ISentCode sentCode, string code, CancellationToken cancellationToken = default(CancellationToken))
Parameters
| Name | Type | Description |
|---|---|---|
| phoneNumber | string | Phone number |
| sentCode | ISentCode |
The object |
| code | string | Received authentication code |
| cancellationToken | CancellationToken | Сancellation token |
Return Value
| Type | Description |
|---|---|
| Task |