EasyAF_ClaimsExtensions

Syntax

public static class EasyAF_ClaimsExtensions

Inheritance

Methods

GetStandardizedClaims

public static List<Claim> GetStandardizedClaims(this IEnumerable<Claim> claims)
Translates a set of generic Claims (like the ones returned from Auth0) to a set of Claims from the constants wherever possible.

Parameters

Returns

List<Claim>