/** *
( options: OAuthUserConfig
): OAuthConfig
{ return { id: "line", name: "LINE", type: "oidc", issuer: "https://access.line.me", client: { id_token_signed_response_alg: "HS256", }, style: { bg: "#00C300", text: "#fff" }, options, checks: ["state"], } }