# Via social networks

 - [GET /oauth2/social/{provider_name}/login_redirect](https://xsolla.redocly.app/ja/api/login/social-login/oauth-20-auth-via-social-network.md): Redirects the user to the page for authentication via the specified social network. **Notice** [Rate limits for client-side methods](/api/login/rate-limits) are applied to this method.
 - [GET /oauth2/social/{provider_name}/login_url](https://xsolla.redocly.app/ja/api/login/social-login/oauth-20-get-link-for-social-auth.md): Gets the link for authentication via the social network. The link is valid for 10 minutes. You can get the link by this call and add it to your button for authentication via a social network. **Notice
 - [POST /oauth2/social/{provider_name}/login_with_token](https://xsolla.redocly.app/ja/api/login/social-login/oauth-20-auth-via-access-token-of-social-network.md): Authenticates the user with the access token using social network credentials. **Notice** [Rate limits for client-side methods](/api/login/rate-limits) are applied to this method.
 - [GET /social/{provider_name}/login_redirect](https://xsolla.redocly.app/ja/api/login/social-login/jwt-auth-via-social-network.md): Redirects the user to the page for authentication via the specified social network. **Notice** [Rate limits for client-side methods](/api/login/rate-limits) are applied to this method.
 - [GET /social/{provider_name}/login_url](https://xsolla.redocly.app/ja/api/login/social-login/jwt-get-link-for-social-auth.md): Gets the link for authentication via the social network. The link is valid for 10 minutes. You can get the link by this call and add it to your button for authentication via the social network. **Noti
 - [POST /social/{provider_name}/login_with_token](https://xsolla.redocly.app/ja/api/login/social-login/jwt-auth-via-access-token-of-social-network.md): Authenticates the user with the access token using social network credentials. **Notice** [Rate limits for client-side methods](/api/login/rate-limits) are applied to this method.
 - [POST /social/{provider_name}/refresh_token](https://xsolla.redocly.app/ja/api/login/social-login/jwt-refresh-social-token.md): Refreshes social token by social refresh token from JWT. **Notice** [Rate limits for client-side methods](/api/login/rate-limits) are applied to this method.
