Class AuthService


  • public class AuthService
    extends java.lang.Object
    Model of an authentication service.

    To create a new AuthService object use the static builder().

    • Method Detail

      • next

        public void next​(android.content.Context context,
                         NodeListener<?> listener)
        Move on to the next node in the tree.
        Parameters:
        context - The Application Context
        listener - Listener for receiving AuthService related changes
      • getName

        public java.lang.String getName()
      • getAuthServiceId

        public java.lang.String getAuthServiceId()
      • getResumeURI

        public android.net.Uri getResumeURI()