oauth 2.0 - Need help trying to understand the OAuth2 Spec -


the bearer token spec 1 have question about. i'm trying figure out characters allowed in token when placed in authorization: oauth ...... header. here's spec says

credentials = "oauth2" rws access-token [ rws 1#auth-param ]
access-token = 1*( quoted-char / <"> )

quoted-char = "!" / "#" / "$" / "%" / "&" / "'" / "(" / ")" / "*" / "+" / "-" / "." / "/" / digit / ":" / "<" / "=" / ">" / "?" / "@" / alpha / "[" / "]" / "^" / "_" / "`" / "{" / "|" / "}" / "~" / "\" / "," / ";"

i'm not sure how read this. i'm new @ reading rfc's if explain appreciate it.

it looks it's augmented bnf http/1.1 spec (rfc2616):

http://www.rfc2616.com/#2.1


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -