8cb202eb29
* Add JavaScript admin client to repository * Apply review feedback Co-authored-by: Stian Thorgersen <stian@redhat.com> --------- Co-authored-by: Stian Thorgersen <stian@redhat.com>
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
export default interface AuthDetailsRepresentation {
|
|
clientId?: string;
|
|
ipAddress?: string;
|
|
realmId?: string;
|
|
userId?: string;
|
|
}
|