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

Type declaration

Type declaration

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