createResponse method

ResponseFuture<CreateResponseResponse> createResponse(
  1. CreateResponseRequest request, {
  2. CallOptions? options,
})

Create Response

Finalize a SAML Request and get the response definition for success or failure. The response must be handled as per the SAML definition to inform the application about the success or failure. On success, the response contains details for the application to obtain the SAMLResponse. This method can only be called once for an SAML request.

Required permissions:

  • session.link

Implementation

$grpc.ResponseFuture<$0.CreateResponseResponse> createResponse(
  $0.CreateResponseRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createResponse, request, options: options);
}