OAuth2 v0.8.3 OAuth2.Response
Defines the OAuth2.Response
struct which is created from the HTTP responses
made by the OAuth2.Client
module.
Struct fields
status_code
- HTTP response status codeheaders
- HTTP response headersbody
- Parsed HTTP response body (based on “content-type” header)
Summary
Types
body :: binary | map
headers :: list
status_code :: integer
t :: %OAuth2.Response{body: body, headers: headers, status_code: status_code}