Skip to content

Commit

Permalink
Add Picture claim
Browse files Browse the repository at this point in the history
  • Loading branch information
realLiangshiwei committed Oct 11, 2023
1 parent 20861ff commit c1d3b33
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 c1d3b33

Please sign in to comment.