Table of Contents

Class SecretKeyValidationResult

Namespace
FoundationaLLM.Common.Models.Authorization
Assembly
FoundationaLLM.Common.dll

Provides the result of a secret key validation.

public class SecretKeyValidationResult
Inheritance
SecretKeyValidationResult
Inherited Members
Extension Methods

Properties

Valid

Gets or sets the flag indicating whether the secret key is valid.

[JsonPropertyName("valid")]
public required bool Valid { get; set; }

Property Value

bool

VirtualIdentity

Gets or sets the UnifiedUserIdentity virtual identity associated with the secret key.

[JsonPropertyName("virtual_identity")]
public UnifiedUserIdentity? VirtualIdentity { get; set; }

Property Value

UnifiedUserIdentity