starling v0.4.0 Starling.Client View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Starling.Client{
  access_token: String.t(),
  expires_in: non_neg_integer(),
  refresh_token: String.t(),
  scope: String.t(),
  token_type: String.t()
}

Link to this section Functions

Link to this function authorize(authorization_code) View Source
Link to this function from_access_token(access_token) View Source
Link to this function new(map_or_kwlist, opts \\ []) View Source
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Starling.Client{
  access_token: term(),
  expires_in: term(),
  refresh_token: term(),
  scope: term(),
  token_type: term()
}