export interface Credentials {
    realmId?: string;
    username: string;
    password: string;
}
