Protocol

Swauthable

All of the authorization flows (AuthorizationCodeFlow, PKCEAuthorizationFlow, DeviceAuthorizationFlow) conform to this protocol.

Declaration

protocol Swauthable

Overview

Swauthable provides some default implementations.

Default implementations are methods or properties that every instance of an object conforming to the protocol will have, much like subclassing. (Every instance of AuthorizationCodeFlow, PKCEAuthorizationFlow, and DeviceAuthorizationFlow will have these properties and methods).

Topics

Default Implementations

Instance Properties

Instance Methods

See Also

Essential