Skip to content

Commit

Permalink
Merge pull request #17841 from abpframework/liangshiwei/account-socia…
Browse files Browse the repository at this point in the history
…l-logins

Add Picture claim
  • Loading branch information
EngincanV authored Oct 11, 2023
2 parents 20861ff + c1d3b33 commit c15a217
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

0 comments on commit c15a217

Please sign in to comment.