Issue
i have this object
{
'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier': '918312asdasc812',
'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name': 'Login1',
'http://schemas.microsoft.com/ws/2008/06/identity/claims/role': 'User'
}
How read value for key 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier'?
Solution:
obj['http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier']
Solution
Thanks @Andy
Solution:
obj['http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier']
Answered By - Marcino24
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.