getSsoStatus abstract method

  1. @GET.new('/auth/sso/status')
Future<SsoStatusResponse> getSsoStatus()

Get SSO status.

Retrieve the current status of the SSO authentication session without authentication required.

Implementation

@GET('/auth/sso/status')
Future<SsoStatusResponse> getSsoStatus();