<PackageReference Include="Grpc.Core.Api" Version="2.76.0" />

Grpc.Core.AuthProperty

public class AuthProperty
A property of an AuthContext. Note: experimental API that can change or be removed without any prior notice.
public string Name { get; }

Gets the name of the property.

public string Value { get; }

Gets the string value of the property.

public byte[] ValueBytes { get; }

Gets the binary value of the property.

public static AuthProperty Create(string name, byte[] valueBytes)

Creates an instance of AuthProperty.