/** *
( options: OIDCUserConfig
): OIDCConfig
{ return { id: "linkedin", name: "LinkedIn", type: "oidc", client: { token_endpoint_auth_method: "client_secret_post" }, issuer: "https://www.linkedin.com/oauth", style: { bg: "#069", text: "#fff" }, checks: ["state"], options, } }