ExDisco.Auth.RequestToken (ex_disco v0.1.0)

Copy Markdown View Source

Temporary OAuth request token returned by Discogs during the handshake flow.

Summary

Types

t()

@type t() :: %ExDisco.Auth.RequestToken{
  oauth_callback_confirmed: String.t() | nil,
  oauth_token: String.t(),
  oauth_token_secret: String.t()
}