asp.net web api - Prefix OAuth properties ? i.e. as:client_id -


i seeing lot of people using "as" prefix return items on oauth example

   as:client_id 

can tell me significance has?

i don't see in oauth specs

thanks

in examples found(adding refresh tokens web api v2 authorization server, oauth resource password flow refresh token web api) that's example "key" store client_id in dictionary local client later usage.

by no means used in interaction authorization server or part of oauth 2.0 protocol itself.


Comments

Popular posts from this blog

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -