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

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -