Etsy v1.0.0 Etsy.Credentials View Source

Struct to hold both temporary credentials during the Oauth 1 handshake and User's oauth credentials

Link to this section Summary

Link to this section Types

Specs

t() :: %Etsy.Credentials{secret: String.t(), token: String.t()}

Link to this section Functions

Specs

new(token: String.t(), secret: String.t()) :: t()

Specs

new(String.t(), String.t()) :: t()