Class OAuth.AuthenticateParameters

  • All Implemented Interfaces:

    
    public final class OAuth.AuthenticateParameters
    
                        

    A data class wrapping the parameters necessary to authenticate an OAuth flow

    • Constructor Detail

      • OAuth.AuthenticateParameters

        OAuth.AuthenticateParameters(String oauthToken, Locale locale, Integer sessionDurationMinutes)
      • OAuth.AuthenticateParameters

        OAuth.AuthenticateParameters(String oauthToken, Locale locale)
      • OAuth.AuthenticateParameters

        OAuth.AuthenticateParameters(String oauthToken)
    • Method Detail

      • getLocale

         final Locale getLocale()

        The locale will be used if an OTP code is sent to the member's phone number as part of a secondary authentication requirement.