Protocols
The following protocols are available globally.
-
A protocol for generic authentication strategies in Cisco Spark. Each authentication strategy is responsible for providing an accessToken used throughout this SDK.
See moreSince
1.2.0Declaration
Swift
public protocol Authenticator : AnyObject
-
Declaration
Swift
public protocol JWTAuthStorage : AnyObject
-
Declaration
Swift
public protocol OAuthAuthenticatorDelegate : AnyObject
-
Declaration
Swift
public protocol OAuthStorage : AnyObject
View on GitHub
Protocols Reference