getSsoStatus abstract method
Get SSO status.
Retrieve the current status of the SSO authentication session without authentication required.
Implementation
@GET('/auth/sso/status')
Future<SsoStatusResponse> getSsoStatus();
Get SSO status.
Retrieve the current status of the SSO authentication session without authentication required.
@GET('/auth/sso/status')
Future<SsoStatusResponse> getSsoStatus();