OAuth prefix properties? those. like: client_id
I see a lot of people use "as" as a prefix for returned items in OAuth, like
as:client_id
Can anyone tell me what the meaning of this is?
I don't see it in the OAuth specs
thank
+3
Martin
source
to share
1 answer
In the examples I found ( Adding Refresh Tokens to Web API v2 Authorization Server , OAuth Resource Flow Refresh Refresh Token with Web Api ), which is just an example of a "key" to be stored client_id
in a dictionary local to the client for later use.
In no way is it used in conjunction with an authorization server or as part of the OAuth 2.0 protocol itself.
+3
Hans Z.
source
to share