updateIDPJWTConfig method
ResponseFuture<UpdateIDPJWTConfigResponse>
updateIDPJWTConfig(
- UpdateIDPJWTConfigRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateIDPJWTConfigResponse> updateIDPJWTConfig(
$0.UpdateIDPJWTConfigRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateIDPJWTConfig, request, options: options);
}