Merge pull request #17841 from abpframework/liangshiwei/account-social-logins

Add Picture claim
pull/17843/head
Engincan VESKE 2 years ago committed by GitHub
commit c15a217f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,4 +87,9 @@ public static class AbpClaimTypes
/// Default: "impersonator_username".
/// </summary>
public static string ImpersonatorUserName { get; set; } = "impersonator_username";
/// <summary>
/// Default: "picture".
/// </summary>
public static string Picture { get; set; } = "picture";
}

Loading…
Cancel
Save