コード例 #1
0
 /// <summary>
 /// Associate a valid authentication response with a B2 client.
 /// </summary>
 /// <param name="response">A valid authentication response.</param>
 /// <returns>An authenticated B2 client.</returns>
 public AuthenticatedB2Client AuthenticateWithResponse(IAuthenticationResponse response)
 => new AuthenticatedB2Client(response.GetAuthenticationToken(), WebProxy);