export interface IAuthData {
    refreshToken: string;
    realm: string;
    securityTokenServiceUri: string;
}
