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