Sptfy.Object.OAuthResponse (Sptfy v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Sptfy.Object.OAuthResponse{
  access_token: term(),
  expires_in: term(),
  refresh_token: term(),
  scope: term(),
  token_type: term()
}