Enumerations

The following enumerations are available globally.

  • Represents the result of a call to generateNewProfile(), and one of the two possible getProfileAndCacheIfNeeded methods, with an authentication token. On success, the resulting UserProfile 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 pass unprocessable to allow other plugins to handle authentication instead.

    See more

    Declaration

    Swift

    public enum CredentialsTokenTTLResult