AuthenticateResponse

Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll

public sealed class AuthenticateResponse : IMessage<AuthenticateResponse>, IEquatable<AuthenticateResponse>, IDeepCloneable<AuthenticateResponse>, IBufferMessage, IMessage

Inheritance

objectAuthenticateResponse

Implements

IMessage<AuthenticateResponse>, IEquatable<AuthenticateResponse>, IDeepCloneable<AuthenticateResponse>, IBufferMessage, IMessage

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

AuthenticateResponse()

public AuthenticateResponse()

AuthenticateResponse(AuthenticateResponse)

public AuthenticateResponse(AuthenticateResponse other)

Parameters

NameDescription

Fields

ExpiresInFieldNumber

Field number for the "expires_in" field.

public const int ExpiresInFieldNumber = 2

Field Value

int

TokenFieldNumber

Field number for the "token" field.

public const int TokenFieldNumber = 1

Field Value

int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

ExpiresIn

public Duration ExpiresIn { get; set; }

Property Value

Duration

Parser

public static MessageParser<AuthenticateResponse> Parser { get; }

Property Value

MessageParser<AuthenticateResponse>

Token

public string Token { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public AuthenticateResponse Clone()

Returns

NameDescription

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(AuthenticateResponse)

public bool Equals(AuthenticateResponse other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(AuthenticateResponse)

public void MergeFrom(AuthenticateResponse other)

Parameters

NameDescription

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)

Parameters

NameDescription

input CodedInputStream

ToString()

public override string ToString()

Returns

NameDescription

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)

Parameters

NameDescription

output CodedOutputStream

Last updated