getAuthObject method

Authentication getAuthObject()

Returns an instance of Authentication which provides methods for user authentication processes such as signing in, signing out, and managing user sessions with different providers (Google, Facebook, etc.).

Implementation

Authentication getAuthObject() {
  return Authentication();
}