Class AuthenticateResponse
- Namespace
- Vonage.SimSwap.Authenticate
- Assembly
- Vonage.dll
Represents an authentication response.
public record AuthenticateResponse : IEquatable<AuthenticateResponse>
- Inheritance
-
AuthenticateResponse
- Implements
- Inherited Members
Constructors
AuthenticateResponse(string)
Represents an authentication response.
public AuthenticateResponse(string AccessToken)
Parameters
AccessTokenstringThe access token.
Properties
AccessToken
The access token.
public string AccessToken { get; init; }
Property Value
Methods
BuildAuthenticationHeader()
public AuthenticationHeaderValue BuildAuthenticationHeader()