Table of Contents

Class AuthDetailsRepresentation

Namespace
Keycloak.AuthServices.Sdk.Admin.Models
Assembly
Keycloak.AuthServices.Sdk.dll
public class AuthDetailsRepresentation
Inheritance
AuthDetailsRepresentation
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

ClientId

[JsonPropertyName("clientId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ClientId { get; set; }

Property Value

string

IpAddress

[JsonPropertyName("ipAddress")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? IpAddress { get; set; }

Property Value

string

RealmId

[JsonPropertyName("realmId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? RealmId { get; set; }

Property Value

string

UserId

[JsonPropertyName("userId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? UserId { get; set; }

Property Value

string