Link external provider
Link external provider endpoint using a special cookie generated by a challenge endpoint. Cookie contains information about the external login.
| Info | |
|---|---|
| Method | POST |
| Route group | auth |
| Path | {account}/link/external |
| Type | LinkExternalLoginEndpoint<TUser> |
| Authentication | Bearer and Aufy.ExternalSignInScheme cookie |
Response body
| Name | Type | Description |
|---|---|---|
Email | string | |
Username | string | |
Roles | string[] | |
Logins | string[] | |
HasPassword | boolean |