class JwtClaims { static const String id = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier'; static const String email = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress'; static const String phone = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/mobilephone'; static const String roles ='http://schemas.microsoft.com/ws/2008/06/identity/claims/role'; }