ElixirAuthGoogle.get_token
You're seeing just the function
get_token
, go back to ElixirAuthGoogle module for more information.
Link to this function
get_token(code, conn)
Specs
get_token/2
encodes the secret keys and authorization code returned by Google
and issues an HTTP request to get a person's profile data.
TODO: we still need to handle the various failure conditions >> issues/16