Table of Contents

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

AccessToken string

The access token.

Properties

AccessToken

The access token.

public string AccessToken { get; init; }

Property Value

string

Methods

BuildAuthenticationHeader()

public AuthenticationHeaderValue BuildAuthenticationHeader()

Returns

AuthenticationHeaderValue