Interface AuthenticationProvider.AuthenticationCallback

  • Enclosing class:
    AuthenticationProvider

    public static interface AuthenticationProvider.AuthenticationCallback
    Authentication callback.
    • Method Detail

      • onAuthenticationResult

        void onAuthenticationResult​(java.lang.String tokenValue,
                                    java.util.Date expiryDate)
        Notify SDK that authentication completed.
        Parameters:
        tokenValue - token value or null if authentication failed.
        expiryDate - expiry date for token or null if authentication failed.