Interface SignoutService


public interface SignoutService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<Void>
    postSignout(String zapTraceSpan)
    Expire the current UI session Expires the current UI session for the user.
  • Method Details

    • postSignout

      @POST("api/v2/signout") retrofit2.Call<Void> postSignout(@Header("Zap-Trace-Span") String zapTraceSpan)
      Expire the current UI session Expires the current UI session for the user.
      Parameters:
      zapTraceSpan - OpenTracing span context (optional)
      Returns:
      Call<Void>