Options: {
    oauthConfig: JwtOAuth2Config & {
        scope?: string;
    };
} | {
    clientApp: string;
    oauthConfig: JwtOAuth2Config & {
        scope?: string;
    };
    username: string;
}