Skip to content

OAuthHelper

daneden edited this page Jan 13, 2022 · 1 revision

OAuthHelper

public class OAuthHelper

Nested Type Aliases

Credentials

Tuple to represent signing credentials. (consumer as well as user credentials)

public typealias Credentials = (key: String, secret: String)
Types
Global Variables
Global Functions
Extensions

Clone this wiki locally