AuthenticationTokenProvider
public protocol AuthenticationTokenProvider : AnyObject
A protocol which is used to generate a new authentication token.
-
Generates and returns the authentication token.
Declaration
Swift
func getAuthToken() -> StringReturn Value
the authentication token.
AuthenticationTokenProvider Protocol Reference