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

Module for OAuth response struct.

Link to this section Summary

Link to this section Types

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