Package 

Class LoginConfiguration


  • 
    public final class LoginConfiguration
    
                        

    Configuration class to use for logging in with facebook

    • Method Summary

      Modifier and Type Method Description
      final Set<String> getPermissions() The requested permissions for the login attempt.
      final String getNonce() he nonce that the configuration was created with.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoginConfiguration

        LoginConfiguration(Collection<String> permissions, String nonce)
        create a new configuration with the expected parameters.
        Parameters:
        permissions - the requested permissions for a login attempt.
        nonce - an optional nonce to use for the login attempt.
      • LoginConfiguration

        LoginConfiguration(Collection<String> permissions)
        create a new configuration with the expected parameters.
        Parameters:
        permissions - the requested permissions for a login attempt.
    • Method Detail

      • getPermissions

         final Set<String> getPermissions()

        The requested permissions for the login attempt. Defaults to an empty set.

      • getNonce

         final String getNonce()

        he nonce that the configuration was created with.