createCallback method
ResponseFuture<CreateCallbackResponse>
createCallback(
- CreateCallbackRequest request, {
- CallOptions? options,
Create Callback
Deprecated: please move to the corresponding endpoint under oidc service v2. This endpoint will be removed with the next major version of ZITADEL.
Finalize an Auth Request and get the callback URL for success or failure. The user must be redirected to the URL in order to inform the application about the success or failure. On success, the URL contains details for the application to obtain the tokens. This method can only be called once for an Auth request.
Implementation
$grpc.ResponseFuture<$0.CreateCallbackResponse> createCallback(
$0.CreateCallbackRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createCallback, request, options: options);
}