startSso abstract method
- @POST.new('/auth/sso/start')
- @Body.new() required SsoStartRequest body,
Start SSO.
Initiate a new Single Sign-On (SSO) session. Returns a session URL to be completed with SSO provider credentials.
body - Name not received - field will be skipped.
Implementation
@POST('/auth/sso/start')
Future<SsoStartResponse> startSso({@Body() required SsoStartRequest body});