/** *
( options: OAuthUserConfig
& { issuer: BattleNetIssuer } ): OAuthConfig
{ return { id: "battlenet", name: "Battle.net", type: "oidc", profile(profile) { return { id: profile.sub, name: profile.battle_tag, email: null, image: null, } }, style: { bg: "#148eff", text: "#fff" }, options, } }