Temporary OAuth request token returned by Discogs during the handshake flow.
@type t() :: %ExDisco.Auth.RequestToken{ oauth_callback_confirmed: String.t() | nil, oauth_token: String.t(), oauth_token_secret: String.t() }