コード例 #1
0
 public async Task UpdateToken(string newToken)
 {
     await modService.UpdateTokenAsync(Context, newToken);
 }