/**
 * The User Auth Response
 */
export interface UserAuthResponse {
    code: string;
    realmId: string;
    state: string;
}
