Enumerations
The following enumerations are available globally.
-
Represents the result of a call to
See moregenerateNewProfile()
, and one of the two possiblegetProfileAndCacheIfNeeded
methods, with an authentication token. On success, the resultingUserProfile
is returned. On failure, the plugin may return a status code and headers that should be sent in response. If the plugin cannot process the token provided, then it may choose whether to fail, or to passunprocessable
to allow other plugins to handle authentication instead.Declaration
Swift
public enum CredentialsTokenTTLResult