java.lang.Object
org.machanism.macha.apps.adapters.faas.gcp.login
All Implemented Interfaces:
com.google.cloud.functions.HttpFunction

public class login extends Object implements com.google.cloud.functions.HttpFunction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final com.google.gson.Gson
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    service(com.google.cloud.functions.HttpRequest request, com.google.cloud.functions.HttpResponse response)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • gson

      static final com.google.gson.Gson gson
  • Constructor Details

  • Method Details

    • service

      public void service(com.google.cloud.functions.HttpRequest request, com.google.cloud.functions.HttpResponse response) throws IOException
      Specified by:
      service in interface com.google.cloud.functions.HttpFunction
      Throws:
      IOException