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):
Comments
Post a Comment