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>
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export default interface AccessTokenCertConf {
|
|
"x5t#S256"?: string;
|
|
}
|