OAuthOptions.ClaimActions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of claim actions used to select values from the json user data and create Claims.
public:
property Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ ClaimActions { Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ get(); };
public Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection ClaimActions { get; }
member this.ClaimActions : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection
Public ReadOnly Property ClaimActions As ClaimActionCollection