Authing DocsDocuments
Concept
workflow
Guides
Development Integration
Application integration
Concept
workflow
Guides
Development Integration
Application integration
Old Version
Development Integration
  • Single Sign-On (SSO)
  • Login component

  • JavaScript/Node.js

  • Java / Kotlin

  • Python

  • C#

  • PHP

  • Go

  • Ruby
  • Android

  • iOS

  • Flutter

    • Quick start
    • APIs

    • Social login
    • On-premise
  • React Native
  • WeChat Mini Program
  • WeChat webpage authorization
  • Framework Integration
  • Error code
  1. Development Integration
  2. /
  3. Flutter
  4. /
  5. Social login

¶ Social API

Update Time: 2025-11-10 02:59:49
Edit

¶ Login by wechat

Login by wechat auth code

static Future<AuthResult> loginByWechat(String connId, String code) async

params

  • connId get from social connection config in Authing console
  • code auth code returned by wechat

example

AuthResult result = await AuthClient.loginByAccount("connId", "code");

¶ Login by alipay

Login by alipay auth code

static Future<AuthResult> loginByAlipay(String connId, String code) async

params

  • connId get from social connection config in Authing console
  • code auth code returned by alipay

example

AuthResult result = await AuthClient.loginByAlipay("connId", "code");

¶ Login by apple

Login by apple auth code

static Future<AuthResult> loginByApple(String code) async

params

  • code auth code returned by apple

example

AuthResult result = await AuthClient.loginByApple("code");

Prev: Scan to login Next: On-premise
  • Login by wechat
  • Login by alipay
  • Login by apple

User identity management

Integrated third-party login
Mobile phone number flash check (opens new window)
Universal login form component
Custom authentication process

Enterprise internal management

Single Sign On
Multi-factor Authentication
Authority Management

Developers

Development Document
Framework Integration
Blog (opens new window)
GitHub (opens new window)
Community User Center (opens new window)

Company

400 888 2106
sales@authing.cn
16 / F, Block B, NORTH STAR CENTURY CENTER, Beijing(Total)
room 406, 4th floor, zone B, building 1, No. 200, Tianfu Fifth Street, Chengdu(branch)

Beijing ICP No.19051205-1

© Beijing Steamory Technology Co.